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

What is Unicode character 𧟅?

The Unicode character 𧟅 U+277C5 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+277C5.

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!