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

What is Unicode character 𨏌?

The Unicode character 𨏌 U+283CC 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+283CC.

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!