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

What is Unicode character 𧟂?

The Unicode character 𧟂 U+277C2 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+277C2.

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!