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

What is Unicode character 𧲹?

The Unicode character 𧲹 U+27CB9 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+27CB9.

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!