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

What is Unicode character 𡢵?

The Unicode character 𡢵 U+218B5 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+218B5.

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!