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

What is Unicode character 𩍨?

The Unicode character 𩍨 U+29368 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+29368.

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!