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

What is Unicode character 𰘡?

The Unicode character 𰘡 U+30621 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+30621.

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!