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

What is Unicode character 𨓬?

The Unicode character 𨓬 U+284EC 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+284EC.

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!