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

What is Unicode character 𧬵?

The Unicode character 𧬵 U+27B35 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+27B35.

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!