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

What is Unicode character 𧟷?

The Unicode character 𧟷 U+277F7 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+277F7.

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!