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

What is Unicode character 𧟸?

The Unicode character 𧟸 U+277F8 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+277F8.

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!