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

What is Unicode character 𡣟?

The Unicode character 𡣟 U+218DF 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+218DF.

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!