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

What is Unicode character 𡧕?

The Unicode character 𡧕 U+219D5 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+219D5.

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!