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

What is Unicode character 𨔣?

The Unicode character 𨔣 U+28523 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+28523.

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!