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>&#180406;</p>
📋
CSS .selector { content: '\2C0B6' };
📋
JS var unicodeA = '\u2C0B6 ';
📋
CPP char unicodeA = ' \u2C0B6 ';
📋
Java char unicodeA = '\u2C0B6';
📋
Python unicodeA = '\u2C0B6'
📋

What is Unicode character 𬂶?

The Unicode character 𬂶 U+2C0B6 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C0B6.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!