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

What is Unicode character 𨴕?

The Unicode character 𨴕 U+28D15 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+28D15.

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!