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

What is Unicode character 𢀫?

The Unicode character 𢀫 U+2202B 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+2202B.

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!