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

What is Unicode character 𣢏?

The Unicode character 𣢏 U+2388F 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+2388F.

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!