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

What is Unicode character 𢅫?

The Unicode character 𢅫 U+2216B 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+2216B.

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!