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

What is Unicode character 𡲼?

The Unicode character 𡲼 U+21CBC 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+21CBC.

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!