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

What is Unicode character 𧬬?

The Unicode character 𧬬 U+27B2C 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+27B2C.

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!