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

What is Unicode character 𬏐?

The Unicode character 𬏐 U+2C3D0 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+2C3D0.

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!