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

What is Unicode character 𧝺?

The Unicode character 𧝺 U+2777A 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+2777A.

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!