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

What is Unicode character 𢁛?

The Unicode character 𢁛 U+2205B 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+2205B.

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!