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

What is Unicode character 𧰵?

The Unicode character 𧰵 U+27C35 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+27C35.

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!