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

What is Unicode character 𨏟?

The Unicode character 𨏟 U+283DF 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+283DF.

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!