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

What is Unicode character 𫝝?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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