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

What is Unicode character 𢐊?

The Unicode character 𢐊 U+2240A 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+2240A.

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!