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

What is Unicode character 𦑔?

The Unicode character 𦑔 U+26454 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+26454.

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!