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>&#165095;</p>
📋
CSS .selector { content: '\284E7' };
📋
JS var unicodeA = '\u284E7 ';
📋
CPP char unicodeA = ' \u284E7 ';
📋
Java char unicodeA = '\u284E7';
📋
Python unicodeA = '\u284E7'
📋

What is Unicode character 𨓧?

The Unicode character 𨓧 U+284E7 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+284E7.

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!