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

What is Unicode character 𣣟?

The Unicode character 𣣟 U+238DF 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+238DF.

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!