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

What is Unicode character 𡧵?

The Unicode character 𡧵 U+219F5 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+219F5.

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!