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

What is Unicode character 𣢎?

The Unicode character 𣢎 U+2388E 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+2388E.

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!