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

What is Unicode character 𧟈?

The Unicode character 𧟈 U+277C8 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+277C8.

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!