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

What is Unicode character 𰑦?

The Unicode character 𰑦 U+30466 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30466.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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