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

What is Unicode character 𰴲?

The Unicode character 𰴲 U+30D32 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+30D32.

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!