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

What is Unicode character 𧕝?

The Unicode character 𧕝 U+2755D 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+2755D.

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!