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

What is Unicode character 𣇟?

The Unicode character 𣇟 U+231DF 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+231DF.

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!