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

What is Unicode character 𨖤?

The Unicode character 𨖤 U+285A4 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+285A4.

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!