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

What is Unicode character 𧀵?

The Unicode character 𧀵 U+27035 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+27035.

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!