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

What is Unicode character 𨓟?

The Unicode character 𨓟 U+284DF 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+284DF.

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!