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

What is Unicode character 𨛲?

The Unicode character 𨛲 U+286F2 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+286F2.

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!