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

What is Unicode character 𢒺?

The Unicode character 𢒺 U+224BA 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+224BA.

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!