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

What is Unicode character 𧟗?

The Unicode character 𧟗 U+277D7 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+277D7.

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!