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

What is Unicode character 𡓟?

The Unicode character 𡓟 U+214DF 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+214DF.

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!