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

What is Unicode character 𧟄?

The Unicode character 𧟄 U+277C4 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+277C4.

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!