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

What is Unicode character 𧟍?

The Unicode character 𧟍 U+277CD 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+277CD.

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!