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

What is Unicode character 𡲢?

The Unicode character 𡲢 U+21CA2 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+21CA2.

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!