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

What is Unicode character 𡲶?

The Unicode character 𡲶 U+21CB6 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+21CB6.

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!