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

What is Unicode character 𰕔?

The Unicode character 𰕔 U+30554 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+30554.

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!