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

What is Unicode character 𢏎?

The Unicode character 𢏎 U+223CE 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+223CE.

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!