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

What is Unicode character 𨛵?

The Unicode character 𨛵 U+286F5 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+286F5.

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!