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

What is Unicode character 𦷲?

The Unicode character 𦷲 U+26DF2 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+26DF2.

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!