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

What is Unicode character 𢀻?

The Unicode character 𢀻 U+2203B 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+2203B.

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!