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

What is Unicode character 𧟵?

The Unicode character 𧟵 U+277F5 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+277F5.

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!