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

What is Unicode character 𢦫?

The Unicode character 𢦫 U+229AB 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+229AB.

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!