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

What is Unicode character 𢒎?

The Unicode character 𢒎 U+2248E 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+2248E.

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!