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

What is Unicode character 𧟬?

The Unicode character 𧟬 U+277EC 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+277EC.

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!