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

What is Unicode character 𣔶?

The Unicode character 𣔶 U+23536 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+23536.

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!