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

What is Unicode character 𨓨?

The Unicode character 𨓨 U+284E8 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+284E8.

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!