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

What is Unicode character 𢏍?

The Unicode character 𢏍 U+223CD 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+223CD.

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!