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

What is Unicode character 𰕕?

The Unicode character 𰕕 U+30555 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+30555.

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!