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

What is Unicode character 𧬍?

The Unicode character 𧬍 U+27B0D 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+27B0D.

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!