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

What is Unicode character 𬎃?

The Unicode character 𬎃 U+2C383 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+2C383.

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!