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

What is Unicode character 𢒬?

The Unicode character 𢒬 U+224AC 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+224AC.

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!