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

What is Unicode character 𧝶?

The Unicode character 𧝶 U+27776 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+27776.

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!