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>&#186205;</p>
📋
CSS .selector { content: '\2D75D' };
📋
JS var unicodeA = '\u2D75D ';
📋
CPP char unicodeA = ' \u2D75D ';
📋
Java char unicodeA = '\u2D75D';
📋
Python unicodeA = '\u2D75D'
📋

What is Unicode character 𭝝?

The Unicode character 𭝝 U+2D75D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D75D.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!