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

What is Unicode character 𢦩?

The Unicode character 𢦩 U+229A9 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+229A9.

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!