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

What is Unicode character 𢢏?

The Unicode character 𢢏 U+2288F 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+2288F.

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!