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

What is Unicode character 𨓾?

The Unicode character 𨓾 U+284FE 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+284FE.

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!