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

What is Unicode character 𢿝?

The Unicode character 𢿝 U+22FDD 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+22FDD.

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!