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

What is Unicode character 𢁍?

The Unicode character 𢁍 U+2204D 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+2204D.

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!