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

What is Unicode character 𧨔?

The Unicode character 𧨔 U+27A14 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+27A14.

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!