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

What is Unicode character 𧌵?

The Unicode character 𧌵 U+27335 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+27335.

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!