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

What is Unicode character 𨖻?

The Unicode character 𨖻 U+285BB 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+285BB.

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!