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

What is Unicode character 𢦡?

The Unicode character 𢦡 U+229A1 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+229A1.

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!