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

What is Unicode character 𣔵?

The Unicode character 𣔵 U+23535 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+23535.

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!