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

What is Unicode character 𢻟?

The Unicode character 𢻟 U+22EDF 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+22EDF.

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!