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

What is Unicode character 𦒚?

The Unicode character 𦒚 U+2649A 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+2649A.

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!