Unicode character to represent "fullscreen"?

14,297

Solution 1

There is also U+26F6 "SQUARE FOUR CORNERS" ⛶ that looks somewhat similar to this image

that you've linked. No idea what the symbol was originally supposed to stand for, though... I'm also not sure that it actually does look like four corners in all fonts, maybe it's just the font of my particular browser.

Solution 2

If you search for expand from the link Hans Passant commented above you'll get the below

"expand" search result

like what Youtube uses does appear among the result

Another suggestion:

  • U+21F1 ⇱ North West Arrow to Corner
  • U+21F2 ⇲ South East Arrow to Corner

The North East and South West versions don't exist but you can rotate or mirror the available ones to create the remaining two corners. But two corners are already enough to represent a fullscreen action, you don't need to fill all four corners

Other alternatives

Some examples with arrows

player fullscreen symbol 1 player fullscreen symbol 2

Here is another variation used by the player in vtvgiaitri.vn

vtvgiaitri.vn player fullscreen and exit fullscreen symbols

I guess they can be made from ◣ U+25E3 Black Lower Left Triangle and ◥ U+25E5 Black Upper Right Triangle or some of the triangles like below

  • ◸ U+25F8 Upper Left Triangle
  • ◹ U+25F9 Upper Right Triangle
  • ◺ U+25FA Lower Left Triangle
  • ◿ U+25FF Lower Right Triangle
  • 𝅊 U+1D14A Musical Symbol Triangle Notehead Left White
  • 𝅋 U+1D14B Musical Symbol Triangle Notehead Left Black
  • 𝅌 U+1D14C Musical Symbol Triangle Notehead Right White
  • 𝅍 U+1D14D Musical Symbol Triangle Notehead Right Black
  • 𝅎 U+1D14E Musical Symbol Triangle Notehead Down White
  • 𝅏 U+1D14F Musical Symbol Triangle Notehead Down Black
  • 𝅐 U+1D150 Musical Symbol Triangle Notehead Up Right White
  • 𝅑 U+1D151 Musical Symbol Triangle Notehead Up Right Black

There are also ⤧⤨⤩⤪⤭⤮⤯⤰, unfortunately they don't have the double-head arrow version, but a simple solution like ⤪⤭ might work

You can draw on shapecatcher to find more relevant solutions or look for more arrows on

Solution 3

FWIW, as of this writing, YouTube is using an SVG for its "SQUARE FOUR CORNERS" icon; here's the code:

<svg height="100%" version="1.1" viewBox="0 0 36 36" width="100%">
<path d="m 10,16 2,0 0,-4 4,0 0,-2 L 10,10 l 0,6 0,0 z"></path>
<path d="m 20,10 0,2 4,0 0,4 2,0 L 26,10 l -6,0 0,0 z"></path>
<path d="m 24,24 -4,0 0,2 L 26,26 l 0,-6 -2,0 0,4 0,0 z"></path>
<path d="M 12,20 10,20 10,26 l 6,0 0,-2 -4,0 0,-4 0,0 z"></path>
</svg>

Solution 4

You can use some of these Unicode chars:

⌈⌊⌊⌋
「」
┘┌└ ┐
╬
⛶
╭ ╮╯╰

with <sub> or <sup> + overlapping

Or arrows:

⇱⇲
⇳⇖⇗⇘⇙⇕⇔↔↕↖↗↘↙ (and other arrows...) 
Share:
14,297

Related videos on Youtube

phuclv
Author by

phuclv

I'm not an Indian, and obviously not Luru #SOreadytohelp

Updated on September 19, 2022

Comments

  • phuclv
    phuclv 3 months

    I'm sort of surprised that this doesn't exist given the sheer number of arrow-like symbols in Unicode. Have I missed something? Or is there a character that looks similar to a fullscreen icon?

  • AlexMelw
    AlexMelw over 2 years
    To be used in HTML:
  • AlexMelw
    AlexMelw over 2 years
    To be used in CSS: SELECTOR::after { content: '\26F6'; padding: 10px; }
  • T.V. about 2 years
    Unfortunately this unicode symbol is NOT yet supported in Apple MacOS/iOS (but it is already supported in Windows, Android, Linux, etc.)
  • Ben J
    Ben J 8 months
    For more options, there's also ◰ "White Square With Upper Left Quadrant" and the other similar ones ◱◲◳ .