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

What is Unicode character 𧟉?

The Unicode character 𧟉 U+277C9 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+277C9.

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!