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

What is Unicode character 𧨹?

The Unicode character 𧨹 U+27A39 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+27A39.

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!