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

What is Unicode character 𨏍?

The Unicode character 𨏍 U+283CD 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+283CD.

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!