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>&#138894;</p>
📋
CSS .selector { content: '\21E8E' };
📋
JS var unicodeA = '\u21E8E ';
📋
CPP char unicodeA = ' \u21E8E ';
📋
Java char unicodeA = '\u21E8E';
📋
Python unicodeA = '\u21E8E'
📋

What is Unicode character 𡺎?

The Unicode character 𡺎 U+21E8E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+21E8E.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!