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

What is Unicode character 𡲦?

The Unicode character 𡲦 U+21CA6 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+21CA6.

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!