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

What is Unicode character 𣆎?

The Unicode character 𣆎 U+2318E 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+2318E.

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!