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

What is Unicode character 𨖭?

The Unicode character 𨖭 U+285AD 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+285AD.

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!