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

What is Unicode character 𨓅?

The Unicode character 𨓅 U+284C5 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+284C5.

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!