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

What is Unicode character 𩬵?

The Unicode character 𩬵 U+29B35 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+29B35.

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!