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

What is Unicode character 𨚰?

The Unicode character 𨚰 U+286B0 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+286B0.

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!