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

What is Unicode character 𨖵?

The Unicode character 𨖵 U+285B5 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+285B5.

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!