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

What is Unicode character 𢑌?

The Unicode character 𢑌 U+2244C 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+2244C.

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!