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

What is Unicode character 𧟿?

The Unicode character 𧟿 U+277FF 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+277FF.

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!