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

What is Unicode character 𬐲?

The Unicode character 𬐲 U+2C432 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C432.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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