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>&#140814;</p>
📋
CSS .selector { content: '\2260E' };
📋
JS var unicodeA = '\u2260E ';
📋
CPP char unicodeA = ' \u2260E ';
📋
Java char unicodeA = '\u2260E';
📋
Python unicodeA = '\u2260E'
📋

What is Unicode character 𢘎?

The Unicode character 𢘎 U+2260E 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+2260E.

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!