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

What is Unicode character 𰙓?

The Unicode character 𰙓 U+30653 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+30653.

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!