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

What is Unicode character 𬎼?

The Unicode character 𬎼 U+2C3BC 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+2C3BC.

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!