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

What is Unicode character 𣧟?

The Unicode character 𣧟 U+239DF 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+239DF.

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!