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

What is Unicode character 𣀵?

The Unicode character 𣀵 U+23035 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+23035.

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!