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

What is Unicode character 𧟁?

The Unicode character 𧟁 U+277C1 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+277C1.

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!