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

What is Unicode character 𧁬?

The Unicode character 𧁬 U+2706C 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+2706C.

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!