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

What is Unicode character 𨖚?

The Unicode character 𨖚 U+2859A 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+2859A.

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!