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

What is Unicode character 𨓡?

The Unicode character 𨓡 U+284E1 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+284E1.

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!