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

What is Unicode character 𡁬?

The Unicode character 𡁬 U+2106C 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+2106C.

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!