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

What is Unicode character 𨴔?

The Unicode character 𨴔 U+28D14 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+28D14.

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!