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

What is Unicode character 𡘙?

The Unicode character 𡘙 U+21619 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+21619.

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!