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

What is Unicode character 𧟜?

The Unicode character 𧟜 U+277DC 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+277DC.

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!