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

What is Unicode character 𨓓?

The Unicode character 𨓓 U+284D3 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+284D3.

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!