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

What is Unicode character 𨝜?

The Unicode character 𨝜 U+2875C 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+2875C.

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!