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

What is Unicode character 𬄝?

The Unicode character 𬄝 U+2C11D 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+2C11D.

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!