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

What is Unicode character 𧕟?

The Unicode character 𧕟 U+2755F 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+2755F.

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!