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

What is Unicode character 𧬅?

The Unicode character 𧬅 U+27B05 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+27B05.

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!