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

What is Unicode character 𧟺?

The Unicode character 𧟺 U+277FA 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+277FA.

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!