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

What is Unicode character 𦑌?

The Unicode character 𦑌 U+2644C 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+2644C.

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!