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

What is Unicode character 𢏚?

The Unicode character 𢏚 U+223DA 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+223DA.

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!