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

What is Unicode character 𤝝?

The Unicode character 𤝝 U+2475D 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+2475D.

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!