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

What is Unicode character 𧟪?

The Unicode character 𧟪 U+277EA 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+277EA.

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!