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

What is Unicode character 𬎡?

The Unicode character 𬎡 U+2C3A1 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+2C3A1.

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!