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

What is Unicode character 𣗟?

The Unicode character 𣗟 U+235DF 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+235DF.

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!