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

What is Unicode character ๐žขž?

The Unicode character ๐žขž U+1E89E is Mende Kikakui Syllable M142 Long Mbo in the Mende Kikakui block.

What does the Unicode character ๐žขž represent?

The Unicode character ๐žขž represents Mende Kikakui Syllable M142 Long Mbo.

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

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

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 M142 Long Mbo 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!