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

What is Unicode character 𢦯?

The Unicode character 𢦯 U+229AF 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+229AF.

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!