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

What is Unicode character 𧝕?

The Unicode character 𧝕 U+27755 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+27755.

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!