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

What is Unicode character 𧨾?

The Unicode character 𧨾 U+27A3E 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+27A3E.

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!