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

What is Unicode character 𬎘?

The Unicode character 𬎘 U+2C398 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+2C398.

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!