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

What is Unicode character 𧟚?

The Unicode character 𧟚 U+277DA 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+277DA.

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!