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

What is Unicode character 𢧭?

The Unicode character 𢧭 U+229ED 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+229ED.

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!