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

What is Unicode character 𧘦?

The Unicode character 𧘦 U+27626 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+27626.

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!