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

What is Unicode character 𰘰?

The Unicode character 𰘰 U+30630 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+30630.

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!