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

What is Unicode character 𨏓?

The Unicode character 𨏓 U+283D3 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+283D3.

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!