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

What is Unicode character 𨑦?

The Unicode character 𨑦 U+28466 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+28466.

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!