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

What is Unicode character 𧟇?

The Unicode character 𧟇 U+277C7 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+277C7.

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!