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

What is Unicode character 𧨦?

The Unicode character 𧨦 U+27A26 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+27A26.

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!