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

What is Unicode character 𨏐?

The Unicode character 𨏐 U+283D0 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+283D0.

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!