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

What is Unicode character 𢂛?

The Unicode character 𢂛 U+2209B 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+2209B.

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!