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

What is Unicode character 𢏪?

The Unicode character 𢏪 U+223EA 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+223EA.

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!