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

What is Unicode character 𣆍?

The Unicode character 𣆍 U+2318D 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+2318D.

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!