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

What is Unicode character 𡢹?

The Unicode character 𡢹 U+218B9 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+218B9.

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!