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

What is Unicode character 𨏑?

The Unicode character 𨏑 U+283D1 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+283D1.

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!