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

What is Unicode character 𧟼?

The Unicode character 𧟼 U+277FC 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+277FC.

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!