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

What is Unicode character 𧨖?

The Unicode character 𧨖 U+27A16 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+27A16.

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!