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

What is Unicode character 𧟝?

The Unicode character 𧟝 U+277DD 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+277DD.

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!