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

What is Unicode character 𢿓?

The Unicode character 𢿓 U+22FD3 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+22FD3.

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!