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

What is Unicode character 𢐏?

The Unicode character 𢐏 U+2240F 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+2240F.

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!