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

What is Unicode character 𡧓?

The Unicode character 𡧓 U+219D3 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+219D3.

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!