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

What is Unicode character 𢦭?

The Unicode character 𢦭 U+229AD 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+229AD.

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!