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

What is Unicode character 𢻕?

The Unicode character 𢻕 U+22ED5 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+22ED5.

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!