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

What is Unicode character 𭑦?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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