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

What is Unicode character 𨓌?

The Unicode character 𨓌 U+284CC 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+284CC.

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!