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

What is Unicode character 𰙔?

The Unicode character 𰙔 U+30654 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30654.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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