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

What is Unicode character ๐žกš?

The Unicode character ๐žกš U+1E85A is Mende Kikakui Syllable M034 Fi in the Mende Kikakui block.

What does the Unicode character ๐žกš represent?

The Unicode character ๐žกš represents Mende Kikakui Syllable M034 Fi.

What is the Unicode code point for ๐žกš?

The Unicode code point for ๐žกš is U+1E85A.

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 M034 Fi 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!