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

What is Unicode character 𨑌?

The Unicode character 𨑌 U+2844C 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+2844C.

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!