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

What is Unicode character 𡢨?

The Unicode character 𡢨 U+218A8 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+218A8.

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!