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

What is Unicode character 𨚬?

The Unicode character 𨚬 U+286AC 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+286AC.

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!