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

What is Unicode character 𧬣?

The Unicode character 𧬣 U+27B23 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+27B23.

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!