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

What is Unicode character 𦼹?

The Unicode character 𦼹 U+26F39 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+26F39.

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!