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

What is Unicode character 𢓯?

The Unicode character 𢓯 U+224EF 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+224EF.

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!