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

What is Unicode character 𡑔?

The Unicode character 𡑔 U+21454 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+21454.

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!