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

What is Unicode character 𢑦?

The Unicode character 𢑦 U+22466 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+22466.

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!