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

What is Unicode character 𧝵?

The Unicode character 𧝵 U+27775 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+27775.

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!