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

What is Unicode character 𨏃?

The Unicode character 𨏃 U+283C3 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+283C3.

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!