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

What is Unicode character 𨥬?

The Unicode character 𨥬 U+2896C 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+2896C.

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!