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

What is Unicode character 𰘶?

The Unicode character 𰘶 U+30636 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+30636.

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!