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

What is Unicode character 𬊺?

The Unicode character 𬊺 U+2C2BA 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+2C2BA.

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!