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

What is Unicode character 𦈵?

The Unicode character 𦈵 U+26235 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+26235.

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!