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

What is Unicode character 𧝹?

The Unicode character 𧝹 U+27779 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+27779.

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!