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

What is Unicode character 𧑦?

The Unicode character 𧑦 U+27466 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+27466.

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!