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

What is Unicode character 𢓛?

The Unicode character 𢓛 U+224DB 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+224DB.

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!