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>&#161762;</p>
📋
CSS .selector { content: '\277E2' };
📋
JS var unicodeA = '\u277E2 ';
📋
CPP char unicodeA = ' \u277E2 ';
📋
Java char unicodeA = '\u277E2';
📋
Python unicodeA = '\u277E2'
📋

What is Unicode character 𧟢?

The Unicode character 𧟢 U+277E2 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+277E2.

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!