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

What is Unicode character 𢧵?

The Unicode character 𢧵 U+229F5 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+229F5.

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!