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

What is Unicode character 𫊬?

The Unicode character 𫊬 U+2B2AC 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+2B2AC.

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!