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

What is Unicode character 𡺨?

The Unicode character 𡺨 U+21EA8 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+21EA8.

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!