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

What is Unicode character 𧟑?

The Unicode character 𧟑 U+277D1 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+277D1.

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!