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

What is Unicode character 𩬹?

The Unicode character 𩬹 U+29B39 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+29B39.

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!