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

What is Unicode character 𨎺?

The Unicode character 𨎺 U+283BA 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+283BA.

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!