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

What is Unicode character 𧟾?

The Unicode character 𧟾 U+277FE 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+277FE.

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!