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

What is Unicode character 𦘹?

The Unicode character 𦘹 U+26639 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+26639.

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!