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

What is Unicode character 𨓊?

The Unicode character 𨓊 U+284CA 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+284CA.

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!