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

What is Unicode character 𪅬?

The Unicode character 𪅬 U+2A16C 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+2A16C.

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!