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

What is Unicode character 𧬓?

The Unicode character 𧬓 U+27B13 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+27B13.

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!