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

What is Unicode character 𢿣?

The Unicode character 𢿣 U+22FE3 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+22FE3.

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!