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

What is Unicode character 𡢯?

The Unicode character 𡢯 U+218AF 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+218AF.

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!