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

What is Unicode character 𣢍?

The Unicode character 𣢍 U+2388D 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+2388D.

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!