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

What is Unicode character 𬄛?

The Unicode character 𬄛 U+2C11B 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+2C11B.

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!