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

What is Unicode character 𡲺?

The Unicode character 𡲺 U+21CBA 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+21CBA.

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!