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

What is Unicode character 𡅬?

The Unicode character 𡅬 U+2116C 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+2116C.

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!