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

What is Unicode character 𧟱?

The Unicode character 𧟱 U+277F1 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+277F1.

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!