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

What is Unicode character 𨚵?

The Unicode character 𨚵 U+286B5 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+286B5.

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!