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

What is Unicode character 𧟨?

The Unicode character 𧟨 U+277E8 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+277E8.

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!