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

What is Unicode character 𬏁?

The Unicode character 𬏁 U+2C3C1 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+2C3C1.

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!