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

What is Unicode character 𰐲?

The Unicode character 𰐲 U+30432 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+30432.

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!