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

What is Unicode character 𨛑?

The Unicode character 𨛑 U+286D1 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+286D1.

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!