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

What is Unicode character 𧟲?

The Unicode character 𧟲 U+277F2 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+277F2.

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!