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

What is Unicode character 𬑌?

The Unicode character 𬑌 U+2C44C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C44C.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!