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

What is Unicode character 𬂺?

The Unicode character 𬂺 U+2C0BA 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+2C0BA.

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!