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

What is Unicode character 𧟟?

The Unicode character 𧟟 U+277DF 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+277DF.

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!