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>&#176492;</p>
📋
CSS .selector { content: '\2B16C' };
📋
JS var unicodeA = '\u2B16C ';
📋
CPP char unicodeA = ' \u2B16C ';
📋
Java char unicodeA = '\u2B16C';
📋
Python unicodeA = '\u2B16C'
📋

What is Unicode character 𫅬?

The Unicode character 𫅬 U+2B16C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B16C.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!