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

What is Unicode character 𢁎?

The Unicode character 𢁎 U+2204E 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+2204E.

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!