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

What is Unicode character 𧟩?

The Unicode character 𧟩 U+277E9 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+277E9.

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!