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>&#165616;</p>
📋
CSS .selector { content: '\286F0' };
📋
JS var unicodeA = '\u286F0 ';
📋
CPP char unicodeA = ' \u286F0 ';
📋
Java char unicodeA = '\u286F0';
📋
Python unicodeA = '\u286F0'
📋

What is Unicode character 𨛰?

The Unicode character 𨛰 U+286F0 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+286F0.

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!