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

What is Unicode character 𢦹?

The Unicode character 𢦹 U+229B9 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+229B9.

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!