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

What is Unicode character 𢓻?

The Unicode character 𢓻 U+224FB 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+224FB.

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!