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

What is Unicode character 𰘲?

The Unicode character 𰘲 U+30632 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+30632.

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!