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

What is Unicode character 𦴹?

The Unicode character 𦴹 U+26D39 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+26D39.

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!