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

What is Unicode character 𨙝?

The Unicode character 𨙝 U+2865D 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+2865D.

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!