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

What is Unicode character 𢓫?

The Unicode character 𢓫 U+224EB 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+224EB.

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!