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

What is Unicode character 𢾣?

The Unicode character 𢾣 U+22FA3 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+22FA3.

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!