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

What is Unicode character 𧟭?

The Unicode character 𧟭 U+277ED 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+277ED.

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!