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

What is Unicode character 𨓭?

The Unicode character 𨓭 U+284ED 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+284ED.

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!