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

What is Unicode character 𬎙?

The Unicode character 𬎙 U+2C399 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+2C399.

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!