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

What is Unicode character 𧞰?

The Unicode character 𧞰 U+277B0 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+277B0.

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!