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

What is Unicode character 𢦸?

The Unicode character 𢦸 U+229B8 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+229B8.

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!