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

What is Unicode character 𢅬?

The Unicode character 𢅬 U+2216C 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+2216C.

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!