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

What is Unicode character 𨒨?

The Unicode character 𨒨 U+284A8 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+284A8.

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!