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

What is Unicode character 𨙚?

The Unicode character 𨙚 U+2865A 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+2865A.

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!