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

What is Unicode character 𢏢?

The Unicode character 𢏢 U+223E2 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+223E2.

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!