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

What is Unicode character 𡝝?

The Unicode character 𡝝 U+2175D 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+2175D.

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!