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

What is Unicode character 𨖬?

The Unicode character 𨖬 U+285AC 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+285AC.

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!