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

What is Unicode character 𨓝?

The Unicode character 𨓝 U+284DD 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+284DD.

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!