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

What is Unicode character 𡦼?

The Unicode character 𡦼 U+219BC 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+219BC.

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!