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

What is Unicode character 𢾟?

The Unicode character 𢾟 U+22F9F 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+22F9F.

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!