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

What is Unicode character 𢒦?

The Unicode character 𢒦 U+224A6 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+224A6.

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!