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

What is Unicode character 𬎈?

The Unicode character 𬎈 U+2C388 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+2C388.

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!