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

What is Unicode character 𨞎?

The Unicode character 𨞎 U+2878E 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+2878E.

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!