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

What is Unicode character 𢔏?

The Unicode character 𢔏 U+2250F 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+2250F.

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!