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

What is Unicode character 𬌑?

The Unicode character 𬌑 U+2C311 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+2C311.

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!