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

What is Unicode character 𡺢?

The Unicode character 𡺢 U+21EA2 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+21EA2.

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!