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

What is Unicode character 𨓰?

The Unicode character 𨓰 U+284F0 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+284F0.

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!