You Are Here -

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>&#129114;</p>
๐Ÿ“‹
CSS .selector { content: '\1F85A' };
๐Ÿ“‹
JS var unicodeA = '\u1F85A ';
๐Ÿ“‹
CPP char unicodeA = ' \u1F85A ';
๐Ÿ“‹
Java char unicodeA = '\u1F85A';
๐Ÿ“‹
Python unicodeA = '\u1F85A'
๐Ÿ“‹

What is Unicode character ๐Ÿกš?

The Unicode character ๐Ÿกš U+1F85A is U+1F85A in the Supplemental Arrows C block.

What does the Unicode character ๐Ÿกš represent?

The Unicode character ๐Ÿกš represents U+1F85A.

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

The Unicode code point for ๐Ÿกš is U+1F85A.

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 U+1F85A 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 Uncoded 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 Unassigned, and it belongs to the Supplemental Arrows C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age Unassigned
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Supplemental Arrows C
General Category Unassigned
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Uncoded
Sentence Break Unknown
Word Break Unknown
Copied!