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

What is Unicode character 𦝾?

The Unicode character 𦝾 U+2677E 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+2677E.

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!