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

What is Unicode character 𨏔?

The Unicode character 𨏔 U+283D4 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+283D4.

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!