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

What is Unicode character 𡢬?

The Unicode character 𡢬 U+218AC 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+218AC.

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!