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

What is Unicode character 𨛔?

The Unicode character 𨛔 U+286D4 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+286D4.

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!