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

What is Unicode character 𦈹?

The Unicode character 𦈹 U+26239 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+26239.

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!