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

What is Unicode character 𢔊?

The Unicode character 𢔊 U+2250A 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+2250A.

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!