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

What is Unicode character 𦐵?

The Unicode character 𦐵 U+26435 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+26435.

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!