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

What is Unicode character 𧟡?

The Unicode character 𧟡 U+277E1 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+277E1.

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!