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

What is Unicode character 𫌵?

The Unicode character 𫌵 U+2B335 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B335.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!