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

What is Unicode character 𢧕?

The Unicode character 𢧕 U+229D5 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+229D5.

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!