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

What is Unicode character 𰬲?

The Unicode character 𰬲 U+30B32 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+30B32.

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!