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

What is Unicode character 𢁬?

The Unicode character 𢁬 U+2206C 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+2206C.

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!