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>&#143310;</p>
📋
CSS .selector { content: '\22FCE' };
📋
JS var unicodeA = '\u22FCE ';
📋
CPP char unicodeA = ' \u22FCE ';
📋
Java char unicodeA = '\u22FCE';
📋
Python unicodeA = '\u22FCE'
📋

What is Unicode character 𢿎?

The Unicode character 𢿎 U+22FCE 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+22FCE.

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!