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

What is Unicode character 𢤏?

The Unicode character 𢤏 U+2290F 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+2290F.

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!