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

What is Unicode character 𧟤?

The Unicode character 𧟤 U+277E4 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+277E4.

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!