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

What is Unicode character 𢦾?

The Unicode character 𢦾 U+229BE 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+229BE.

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!