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>&#137648;</p>
📋
CSS .selector { content: '\219B0' };
📋
JS var unicodeA = '\u219B0 ';
📋
CPP char unicodeA = ' \u219B0 ';
📋
Java char unicodeA = '\u219B0';
📋
Python unicodeA = '\u219B0'
📋

What is Unicode character 𡦰?

The Unicode character 𡦰 U+219B0 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+219B0.

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!