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

What is Unicode character 𧝾?

The Unicode character 𧝾 U+2777E 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+2777E.

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!