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

What is Unicode character 𨏊?

The Unicode character 𨏊 U+283CA 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+283CA.

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!