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

What is Unicode character 𬊭?

The Unicode character 𬊭 U+2C2AD 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+2C2AD.

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!