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

What is Unicode character 𧰣?

The Unicode character 𧰣 U+27C23 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+27C23.

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!