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

What is Unicode character 𢦠?

The Unicode character 𢦠 U+229A0 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+229A0.

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!