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

What is Unicode character 𨏁?

The Unicode character 𨏁 U+283C1 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+283C1.

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!