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

What is Unicode character 𢏟?

The Unicode character 𢏟 U+223DF 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+223DF.

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!