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

What is Unicode character 𣑦?

The Unicode character 𣑦 U+23466 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+23466.

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!