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

What is Unicode character 𢾃?

The Unicode character 𢾃 U+22F83 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+22F83.

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!