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

What is Unicode character 𣔨?

The Unicode character 𣔨 U+23528 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+23528.

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!