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

What is Unicode character 𢅌?

The Unicode character 𢅌 U+2214C 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+2214C.

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!