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

What is Unicode character 𧼬?

The Unicode character 𧼬 U+27F2C 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+27F2C.

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!