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

What is Unicode character 𧑔?

The Unicode character 𧑔 U+27454 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+27454.

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!