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

What is Unicode character 𦧵?

The Unicode character 𦧵 U+269F5 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+269F5.

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!