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

What is Unicode character 𨐲?

The Unicode character 𨐲 U+28432 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+28432.

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!