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>&#145885;</p>
📋
CSS .selector { content: '\239DD' };
📋
JS var unicodeA = '\u239DD ';
📋
CPP char unicodeA = ' \u239DD ';
📋
Java char unicodeA = '\u239DD';
📋
Python unicodeA = '\u239DD'
📋

What is Unicode character 𣧝?

The Unicode character 𣧝 U+239DD 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+239DD.

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!