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

What is Unicode character 𨒦?

The Unicode character 𨒦 U+284A6 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+284A6.

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!