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>&#165365;</p>
📋
CSS .selector { content: '\285F5' };
📋
JS var unicodeA = '\u285F5 ';
📋
CPP char unicodeA = ' \u285F5 ';
📋
Java char unicodeA = '\u285F5';
📋
Python unicodeA = '\u285F5'
📋

What is Unicode character 𨗵?

The Unicode character 𨗵 U+285F5 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+285F5.

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!