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

What is Unicode character 𢦥?

The Unicode character 𢦥 U+229A5 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+229A5.

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!