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

What is Unicode character 𨓁?

The Unicode character 𨓁 U+284C1 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+284C1.

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!