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

What is Unicode character 𬆃?

The Unicode character 𬆃 U+2C183 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+2C183.

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!