Unicode Finder

"嗽" U+55FD(CJK UNIFIED IDEOGRAPH-55FD)

U+55FD
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-55FD

Programming

C
\u55FD
JavaScript
\u55FD
Java
\u55FD
Json
\u55FD
Python
\u55FD
Perl
\x{55FD}
PHP
\x{55FD}
Ruby
\u{55FD}
Rust
\u{55FD}
Go
\u55FD

Web

CSS
\0055FD
HtmlDecimal
嗽
HtmlHexadecimal
嗽
Url
%E5%97%BD

Code

MD5
33dd4544e85a14888e6be5fd06243f0f
Sha1
c87f3ae20b1706e019eb369576a38036e1edd2f4
Base64
5Ze9

Contoh Penggunaan

Programming Languages

C:

char c = '\u55FD';
printf("%c\n", c);  // Output: 嗽

JavaScript:

const char = '\u55FD';
console.log(char);  // Output: 嗽

Java:

char c = '\u55FD';
System.out.println(c);  // Output: 嗽

JSON:

{"text": "\u55FD"}  // Value: 嗽

Python:

char = '\u55FD'
print(char)  # Output: 嗽

Perl:

my $char = "\x{55FD}";
print $char;  # Output: 嗽

PHP:

$char = "\x{55FD}";
echo $char;  // Output: 嗽

Ruby:

char = "\u{55FD}"
puts char  # Output: 嗽

Rust:

let c = '\u{55FD}';
println!("{}", c);  // Output: 嗽

Go:

char := '\u55FD'
fmt.Printf("%c\n", char)  // Output: 嗽

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0055FD";  /* Display: 嗽 */
}

HTML Decimal:

<p>HTML decimal: &#22013;</p>  <!-- Display: 嗽 -->

HTML Hexadecimal:

<p>HTML hex: &#x55FD;</p>  <!-- Display: 嗽 -->

URL Encoding:

// 嗽 URL encoding
https://unicodefinder.com/search.php?query=%E5%97%BD

Encodings

MD5:

33dd4544e85a14888e6be5fd06243f0f

SHA1:

c87f3ae20b1706e019eb369576a38036e1edd2f4

Base64:

5Ze9