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

What is Unicode character 𧟓?

The Unicode character 𧟓 U+277D3 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+277D3.

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!