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>&#136876;</p>
📋
CSS .selector { content: '\216AC' };
📋
JS var unicodeA = '\u216AC ';
📋
CPP char unicodeA = ' \u216AC ';
📋
Java char unicodeA = '\u216AC';
📋
Python unicodeA = '\u216AC'
📋

What is Unicode character 𡚬?

The Unicode character 𡚬 U+216AC 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+216AC.

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!