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

What is Unicode character 𨓺?

The Unicode character 𨓺 U+284FA 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+284FA.

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!