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

What is Unicode character 𧟰?

The Unicode character 𧟰 U+277F0 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+277F0.

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!