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>&#165773;</p>
📋
CSS .selector { content: '\2878D' };
📋
JS var unicodeA = '\u2878D ';
📋
CPP char unicodeA = ' \u2878D ';
📋
Java char unicodeA = '\u2878D';
📋
Python unicodeA = '\u2878D'
📋

What is Unicode character 𨞍?

The Unicode character 𨞍 U+2878D 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+2878D.

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!