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

What is Unicode character 𩍵?

The Unicode character 𩍵 U+29375 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+29375.

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!