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

What is Unicode character 𡦣?

The Unicode character 𡦣 U+219A3 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+219A3.

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!