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

What is Unicode character 𧝝?

The Unicode character 𧝝 U+2775D 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+2775D.

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!