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

What is Unicode character 𧟧?

The Unicode character 𧟧 U+277E7 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+277E7.

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!