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

What is Unicode character 𧟣?

The Unicode character 𧟣 U+277E3 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+277E3.

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!