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

What is Unicode character 𨓍?

The Unicode character 𨓍 U+284CD 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+284CD.

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!