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

What is Unicode character 𨓏?

The Unicode character 𨓏 U+284CF 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+284CF.

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!