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

What is Unicode character 𡢰?

The Unicode character 𡢰 U+218B0 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+218B0.

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!