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

What is Unicode character 𨅅?

The Unicode character 𨅅 U+28145 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+28145.

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!