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

What is Unicode character 𧼦?

The Unicode character 𧼦 U+27F26 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+27F26.

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!