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

What is Unicode character 𧟘?

The Unicode character 𧟘 U+277D8 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+277D8.

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!