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

What is Unicode character 𨏣?

The Unicode character 𨏣 U+283E3 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+283E3.

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!