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

What is Unicode character ๐Ÿข“?

The Unicode character ๐Ÿข“ U+1F893 is Downwards Triangle Arrowhead in the Supplemental Arrows C block.

What does the Unicode character ๐Ÿข“ represent?

The Unicode character ๐Ÿข“ represents Downwards Triangle Arrowhead.

What is the Unicode code point for ๐Ÿข“?

The Unicode code point for ๐Ÿข“ is U+1F893.

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 Downwards Triangle Arrowhead 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!