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

What is Unicode character 𣀍?

The Unicode character 𣀍 U+2300D 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+2300D.

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!