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

What is Unicode character 𨗶?

The Unicode character 𨗶 U+285F6 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+285F6.

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!