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

What is Unicode character 𬑔?

The Unicode character 𬑔 U+2C454 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+2C454.

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!