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

What is Unicode character 𢦺?

The Unicode character 𢦺 U+229BA 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+229BA.

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!