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

What is Unicode character 𢁌?

The Unicode character 𢁌 U+2204C 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+2204C.

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!