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

What is Unicode character 𧟶?

The Unicode character 𧟶 U+277F6 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+277F6.

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!