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

What is Unicode character 𦝺?

The Unicode character 𦝺 U+2677A 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+2677A.

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!