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

What is Unicode character 𢏺?

The Unicode character 𢏺 U+223FA 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+223FA.

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!