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

What is Unicode character 𢒡?

The Unicode character 𢒡 U+224A1 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+224A1.

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!