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

What is Unicode character 𧬃?

The Unicode character 𧬃 U+27B03 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+27B03.

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!