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

What is Unicode character 𧟐?

The Unicode character 𧟐 U+277D0 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+277D0.

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!