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

What is Unicode character 𢦵?

The Unicode character 𢦵 U+229B5 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+229B5.

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!