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

What is Unicode character ๐žขœ?

The Unicode character ๐žขœ U+1E89C is Mende Kikakui Syllable M161 Long Mbe in the Mende Kikakui block.

What does the Unicode character ๐žขœ represent?

The Unicode character ๐žขœ represents Mende Kikakui Syllable M161 Long Mbe.

What is the Unicode code point for ๐žขœ?

The Unicode code point for ๐žขœ is U+1E89C.

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 M161 Long Mbe 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!