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

What is Unicode character 𨝝?

The Unicode character 𨝝 U+2875D 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+2875D.

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!