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

What is Unicode character 𨖯?

The Unicode character 𨖯 U+285AF 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+285AF.

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!