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

What is Unicode character 𢧫?

The Unicode character 𢧫 U+229EB 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+229EB.

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!