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

What is Unicode character 𦘵?

The Unicode character 𦘵 U+26635 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+26635.

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!