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

What is Unicode character 𨚡?

The Unicode character 𨚡 U+286A1 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+286A1.

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!