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

What is Unicode character 𨝪?

The Unicode character 𨝪 U+2876A 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+2876A.

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!