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

What is Unicode character 𬒈?

The Unicode character 𬒈 U+2C488 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+2C488.

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!