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

What is Unicode character 𧴦?

The Unicode character 𧴦 U+27D26 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+27D26.

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!