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

What is Unicode character ๐žฃ€?

The Unicode character ๐žฃ€ U+1E8C0 is Mende Kikakui Syllable M164 Nyin in the Mende Kikakui block.

What does the Unicode character ๐žฃ€ represent?

The Unicode character ๐žฃ€ represents Mende Kikakui Syllable M164 Nyin.

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

The Unicode code point for ๐žฃ€ is U+1E8C0.

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 Mende Kikakui Syllable M164 Nyin 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 Mende 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 Mende Kikakui block of characters.

Unicode Properties

Applicable Properties

Alphabetic โœ…
ID Continue โœ…
ID Start โœ…
XID Continue โœ…
XID Start โœ…

Applicable Properties With Values

Age 7.0
Bidi Class Right to Left Letter
Bidi Paired Bracket Type Not a bracket
Block Mende Kikakui
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Mende
Sentence Break Line Emoji
Word Break MidNumNum
Copied!