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

What is Unicode character 𰔲?

The Unicode character 𰔲 U+30532 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+30532.

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!