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

What is Unicode character 𣔣?

The Unicode character 𣔣 U+23523 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+23523.

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!