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

What is Unicode character 𰕓?

The Unicode character 𰕓 U+30553 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+30553.

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!