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

What is Unicode character 𧟫?

The Unicode character 𧟫 U+277EB 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+277EB.

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!