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

What is Unicode character 𨖹?

The Unicode character 𨖹 U+285B9 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+285B9.

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!