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

What is Unicode character 𢞓?

The Unicode character 𢞓 U+22793 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+22793.

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!