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

What is Unicode character 𡢫?

The Unicode character 𡢫 U+218AB 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+218AB.

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!