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

What is Unicode character 𩬕?

The Unicode character 𩬕 U+29B15 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+29B15.

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!