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

What is Unicode character 𣝝?

The Unicode character 𣝝 U+2375D 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+2375D.

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!