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

What is Unicode character 𨏎?

The Unicode character 𨏎 U+283CE 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+283CE.

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!