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

What is Unicode character 𢦬?

The Unicode character 𢦬 U+229AC 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+229AC.

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!