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

What is Unicode character 𩓟?

The Unicode character 𩓟 U+294DF 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+294DF.

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!