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

What is Unicode character 𧟹?

The Unicode character 𧟹 U+277F9 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+277F9.

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!