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

What is Unicode character 𨑔?

The Unicode character 𨑔 U+28454 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28454.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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