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

What is Unicode character 𢏲?

The Unicode character 𢏲 U+223F2 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+223F2.

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!