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

What is Unicode character 𬌝?

The Unicode character 𬌝 U+2C31D 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+2C31D.

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!