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

What is Unicode character 𨚨?

The Unicode character 𨚨 U+286A8 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+286A8.

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!