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

What is Unicode character 𢏝?

The Unicode character 𢏝 U+223DD 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+223DD.

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!