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

What is Unicode character 𨝯?

The Unicode character 𨝯 U+2876F 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+2876F.

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!