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

What is Unicode character 𰘹?

The Unicode character 𰘹 U+30639 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+30639.

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!