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

What is Unicode character 𨎼?

The Unicode character 𨎼 U+283BC 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+283BC.

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!