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

What is Unicode character 𬏀?

The Unicode character 𬏀 U+2C3C0 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+2C3C0.

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!