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

What is Unicode character 𩬎?

The Unicode character 𩬎 U+29B0E 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+29B0E.

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!