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

What is Unicode character 𧟎?

The Unicode character 𧟎 U+277CE 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+277CE.

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!