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

What is Unicode character 𨖼?

The Unicode character 𨖼 U+285BC 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+285BC.

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!