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

What is Unicode character 𢉍?

The Unicode character 𢉍 U+2224D 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+2224D.

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!