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

What is Unicode character 𬊯?

The Unicode character 𬊯 U+2C2AF 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+2C2AF.

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!