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

What is Unicode character 𢦰?

The Unicode character 𢦰 U+229B0 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+229B0.

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!