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

What is Unicode character 𧨓?

The Unicode character 𧨓 U+27A13 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+27A13.

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!