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

What is Unicode character 𬃛?

The Unicode character 𬃛 U+2C0DB 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+2C0DB.

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!