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

What is Unicode character 𬎪?

The Unicode character 𬎪 U+2C3AA 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+2C3AA.

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!