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

What is Unicode character 𦑦?

The Unicode character 𦑦 U+26466 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+26466.

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!