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

What is Unicode character 𨴖?

The Unicode character 𨴖 U+28D16 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+28D16.

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!