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

What is Unicode character 𧨵?

The Unicode character 𧨵 U+27A35 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+27A35.

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!