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

What is Unicode character 𨵴?

The Unicode character 𨵴 U+28D74 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+28D74.

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!