Css Styling

Size
๐Ÿก–
15px
๐Ÿก–
18px
๐Ÿก–
21px
๐Ÿก–
24px
๐Ÿก–
27px
๐Ÿก–
30px
๐Ÿก–
33px
๐Ÿก–
36px
๐Ÿก–
42px
๐Ÿก–
48px
๐Ÿก–
54px
๐Ÿก–
60px
๐Ÿก–
66px
๐Ÿก–
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
๐Ÿก–
Bold
๐Ÿก–
Italic
๐Ÿก–
Underline
๐Ÿก–
Strikethrough
๐Ÿก–
UpperCase
๐Ÿก–
LowerCase
๐Ÿก–
Oblique
A ๐Ÿก–
Subscript
A ๐Ÿก–
Superscript
๐Ÿก–
Shadow
💡: Some CSS style classes wonโ€™t work with some Unicode characters.
Font Family
๐Ÿก–
Arial
๐Ÿก–
Times New Roman
๐Ÿก–
Verdana
๐Ÿก–
Courier New
๐Ÿก–
Garamond
๐Ÿก–
Georgia
๐Ÿก–
Trebuchet MS
๐Ÿก–
Tahoma
๐Ÿก–
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
๐Ÿก–
White
๐Ÿก–
Brown
๐Ÿก–
Maroon
๐Ÿก–
Magenta
๐Ÿก–
Red
๐Ÿก–
Orange
๐Ÿก–
Yellow
๐Ÿก–
Green
๐Ÿก–
Teal
๐Ÿก–
Cyan
๐Ÿก–
Blue
๐Ÿก–
Violet
๐Ÿก–
Purple
๐Ÿก–
Indigo
๐Ÿก–
Gray
๐Ÿก–
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
๐Ÿก–
White
๐Ÿก–
Brown
๐Ÿก–
Maroon
๐Ÿก–
Magenta
๐Ÿก–
Red
๐Ÿก–
Orange
๐Ÿก–
Yellow
๐Ÿก–
Green
๐Ÿก–
Teal
๐Ÿก–
Cyan
๐Ÿก–
Blue
๐Ÿก–
Violet
๐Ÿก–
Purple
๐Ÿก–
Indigo
๐Ÿก–
Gray
๐Ÿก–
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#129110;</p>
๐Ÿ“‹
CSS .selector { content: '\1F856' };
๐Ÿ“‹
JS var unicodeA = '\u1F856 ';
๐Ÿ“‹
CPP char unicodeA = ' \u1F856 ';
๐Ÿ“‹
Java char unicodeA = '\u1F856';
๐Ÿ“‹
Python unicodeA = '\u1F856'
๐Ÿ“‹

What is Unicode character ๐Ÿก–?

The Unicode character ๐Ÿก– U+1F856 is South East Sans-Serif Arrow in the Supplemental Arrows C block.

What does the Unicode character ๐Ÿก– represent?

The Unicode character ๐Ÿก– represents South East Sans-Serif Arrow.

What is the Unicode code point for ๐Ÿก–?

The Unicode code point for ๐Ÿก– is U+1F856.

Is the appearance of the ๐Ÿก– character consistent across all platforms?

The appearance of the ๐Ÿก– character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the South East Sans-Serif Arrow remains consistent.

How can I ensure the ๐Ÿก– character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Common script to correctly render the ๐Ÿก– character.

In which version was Unicode character ๐Ÿก– released, and to which block of characters does it belong?

Unicode character ๐Ÿก– was first introduced in Unicode Version 7.0, and it belongs to the Supplemental Arrows C block of characters.

Unicode Properties

Applicable Properties With Values

Age 7.0
Bidi Class Other Neutrals
Bidi Paired Bracket Type Not a bracket
Block Supplemental Arrows C
General Category Other Symbol
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!