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

What is Unicode character 𦌵?

The Unicode character 𦌵 U+26335 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+26335.

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!