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

What is Unicode character 𨝞?

The Unicode character 𨝞 U+2875E 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+2875E.

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!