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

What is Unicode character 𩝝?

The Unicode character 𩝝 U+2975D 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+2975D.

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!