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

What is Unicode character 𢿕?

The Unicode character 𢿕 U+22FD5 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+22FD5.

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!