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

What is Unicode character 𨓚?

The Unicode character 𨓚 U+284DA 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+284DA.

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!