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

What is Unicode character 𧬼?

The Unicode character 𧬼 U+27B3C 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+27B3C.

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!