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>&#189789;</p>
📋
CSS .selector { content: '\2E55D' };
📋
JS var unicodeA = '\u2E55D ';
📋
CPP char unicodeA = ' \u2E55D ';
📋
Java char unicodeA = '\u2E55D';
📋
Python unicodeA = '\u2E55D'
📋

What is Unicode character 𮕝?

The Unicode character 𮕝 U+2E55D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F block.

What does the Unicode character 𮕝 represent?

The Unicode character 𮕝 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𮕝?

The Unicode code point for 𮕝 is U+2E55D.

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 Cjk Unified Ideograph- 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 Han 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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!