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

What is Unicode character 𢒍?

The Unicode character 𢒍 U+2248D 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+2248D.

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!