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

What is Unicode character 𢧯?

The Unicode character 𢧯 U+229EF 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+229EF.

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!