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

What is Unicode character 𢒨?

The Unicode character 𢒨 U+224A8 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+224A8.

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!