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

What is Unicode character 𨓀?

The Unicode character 𨓀 U+284C0 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+284C0.

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!