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

What is Unicode character 𡲡?

The Unicode character 𡲡 U+21CA1 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+21CA1.

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!