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

What is Unicode character 𭑔?

The Unicode character 𭑔 U+2D454 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D454.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!