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

What is Unicode character 𬊬?

The Unicode character 𬊬 U+2C2AC 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+2C2AC.

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!