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

What is Unicode character 𬊧?

The Unicode character 𬊧 U+2C2A7 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+2C2A7.

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!