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

What is Unicode character 𢆝?

The Unicode character 𢆝 U+2219D 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+2219D.

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!