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

What is Unicode character 𢐲?

The Unicode character 𢐲 U+22432 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22432.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!