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>&#167193;</p>
📋
CSS .selector { content: '\28D19' };
📋
JS var unicodeA = '\u28D19 ';
📋
CPP char unicodeA = ' \u28D19 ';
📋
Java char unicodeA = '\u28D19';
📋
Python unicodeA = '\u28D19'
📋

What is Unicode character 𨴙?

The Unicode character 𨴙 U+28D19 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+28D19.

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!