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

What is Unicode character 𢧻?

The Unicode character 𢧻 U+229FB 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+229FB.

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!