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

What is Unicode character 𧨣?

The Unicode character 𧨣 U+27A23 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+27A23.

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!