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

What is Unicode character 𨗙?

The Unicode character 𨗙 U+285D9 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+285D9.

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!