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

What is Unicode character 𨓎?

The Unicode character 𨓎 U+284CE 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+284CE.

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!