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

What is Unicode character 𧨩?

The Unicode character 𧨩 U+27A29 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+27A29.

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!