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

What is Unicode character 𬌬?

The Unicode character 𬌬 U+2C32C 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+2C32C.

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!