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

What is Unicode character 𨵅?

The Unicode character 𨵅 U+28D45 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+28D45.

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!