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>&#143389;</p>
📋
CSS .selector { content: '\2301D' };
📋
JS var unicodeA = '\u2301D ';
📋
CPP char unicodeA = ' \u2301D ';
📋
Java char unicodeA = '\u2301D';
📋
Python unicodeA = '\u2301D'
📋

What is Unicode character 𣀝?

The Unicode character 𣀝 U+2301D 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+2301D.

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!