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

What is Unicode character 𫔨?

The Unicode character 𫔨 U+2B528 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B528.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!