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

What is Unicode character 𨎰?

The Unicode character 𨎰 U+283B0 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+283B0.

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!