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

What is Unicode character 𣔰?

The Unicode character 𣔰 U+23530 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+23530.

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!