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

What is Unicode character 𢢩?

The Unicode character 𢢩 U+228A9 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+228A9.

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!