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>&#165722;</p>
📋
CSS .selector { content: '\2875A' };
📋
JS var unicodeA = '\u2875A ';
📋
CPP char unicodeA = ' \u2875A ';
📋
Java char unicodeA = '\u2875A';
📋
Python unicodeA = '\u2875A'
📋

What is Unicode character 𨝚?

The Unicode character 𨝚 U+2875A 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+2875A.

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!