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

What is Unicode character 𢼩?

The Unicode character 𢼩 U+22F29 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+22F29.

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!