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

What is Unicode character 𨖞?

The Unicode character 𨖞 U+2859E 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+2859E.

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!