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

What is Unicode character 𧝼?

The Unicode character 𧝼 U+2777C 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+2777C.

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!