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

What is Unicode character 𨖾?

The Unicode character 𨖾 U+285BE 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+285BE.

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!