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

What is Unicode character 𡢶?

The Unicode character 𡢶 U+218B6 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+218B6.

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!