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

What is Unicode character 𢉬?

The Unicode character 𢉬 U+2226C 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+2226C.

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!