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

What is Unicode character 𬌟?

The Unicode character 𬌟 U+2C31F 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+2C31F.

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!