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

What is Unicode character 𨚲?

The Unicode character 𨚲 U+286B2 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+286B2.

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!