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

What is Unicode character 𨚣?

The Unicode character 𨚣 U+286A3 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+286A3.

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!