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

What is Unicode character 𰘵?

The Unicode character 𰘵 U+30635 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+30635.

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!