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

What is Unicode character 𢦿?

The Unicode character 𢦿 U+229BF 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+229BF.

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!