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

What is Unicode character 𦝝?

The Unicode character 𦝝 U+2675D 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+2675D.

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!