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

What is Unicode character 𨗹?

The Unicode character 𨗹 U+285F9 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+285F9.

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!