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

What is Unicode character 𨖫?

The Unicode character 𨖫 U+285AB 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+285AB.

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!