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

What is Unicode character 𢁫?

The Unicode character 𢁫 U+2206B 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+2206B.

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!