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

What is Unicode character 𢅍?

The Unicode character 𢅍 U+2214D 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+2214D.

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!