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

What is Unicode character 𨴹?

The Unicode character 𨴹 U+28D39 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+28D39.

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!