You Are Here -
Home ยป No ยป U+1EF00

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

What is Unicode character ๐žผ€?

The Unicode character ๐žผ€ U+1EF00 is U+1EF00 in the No block.

What does the Unicode character ๐žผ€ represent?

The Unicode character ๐žผ€ represents U+1EF00.

What is the Unicode code point for ๐žผ€?

The Unicode code point for ๐žผ€ is U+1EF00.

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+1EF00 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 No block of characters.

Unicode Properties

Applicable Properties With Values

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