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

What is Unicode character 𨖩?

The Unicode character 𨖩 U+285A9 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+285A9.

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!