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

What is Unicode character 𢧰?

The Unicode character 𢧰 U+229F0 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+229F0.

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!