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

What is Unicode character 𣓟?

The Unicode character 𣓟 U+234DF 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+234DF.

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!