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

What is Unicode character 𨔴?

The Unicode character 𨔴 U+28534 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+28534.

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!