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

What is Unicode character 𢦻?

The Unicode character 𢦻 U+229BB 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+229BB.

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!