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

What is Unicode character 𡑦?

The Unicode character 𡑦 U+21466 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+21466.

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!