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

What is Unicode character 𨨴?

The Unicode character 𨨴 U+28A34 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+28A34.

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!