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

What is Unicode character 𧟻?

The Unicode character 𧟻 U+277FB 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+277FB.

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!