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>&#140240;</p>
📋
CSS .selector { content: '\223D0' };
📋
JS var unicodeA = '\u223D0 ';
📋
CPP char unicodeA = ' \u223D0 ';
📋
Java char unicodeA = '\u223D0';
📋
Python unicodeA = '\u223D0'
📋

What is Unicode character 𢏐?

The Unicode character 𢏐 U+223D0 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+223D0.

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!