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

What is Unicode character 𢻝?

The Unicode character 𢻝 U+22EDD 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+22EDD.

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!