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

What is Unicode character 𧟯?

The Unicode character 𧟯 U+277EF 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+277EF.

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!