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

What is Unicode character 𨙟?

The Unicode character 𨙟 U+2865F 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+2865F.

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!