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

What is Unicode character 𡦡?

The Unicode character 𡦡 U+219A1 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+219A1.

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!