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

What is Unicode character 𨁅?

The Unicode character 𨁅 U+28045 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+28045.

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!