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

What is Unicode character 𬌭?

The Unicode character 𬌭 U+2C32D 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+2C32D.

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!