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

What is Unicode character 𣀎?

The Unicode character 𣀎 U+2300E 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+2300E.

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!