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

What is Unicode character 𫍝?

The Unicode character 𫍝 U+2B35D 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+2B35D.

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!