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

What is Unicode character 𡲲?

The Unicode character 𡲲 U+21CB2 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+21CB2.

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!