Unicode Finder

"嘓" U+5613(CJK UNIFIED IDEOGRAPH-5613)

U+5613
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-5613

Programming

C
\u5613
JavaScript
\u5613
Java
\u5613
Json
\u5613
Python
\u5613
Perl
\x{5613}
PHP
\x{5613}
Ruby
\u{5613}
Rust
\u{5613}
Go
\u5613

Web

CSS
\005613
HtmlDecimal
嘓
HtmlHexadecimal
嘓
Url
%E5%98%93

Code

MD5
d3d16579edd140d16060f33857f20c47
Sha1
6c14e61fc8e2e50f739a9a22361741fb25a5cf7d
Base64
5ZiT

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u5613';
console.log(char);  // Output: 嘓

Java:

char c = '\u5613';
System.out.println(c);  // Output: 嘓

JSON:

{"text": "\u5613"}  // Value: 嘓

Python:

char = '\u5613'
print(char)  # Output: 嘓

Perl:

my $char = "\x{5613}";
print $char;  # Output: 嘓

PHP:

$char = "\x{5613}";
echo $char;  // Output: 嘓

Ruby:

char = "\u{5613}"
puts char  # Output: 嘓

Rust:

let c = '\u{5613}';
println!("{}", c);  // Output: 嘓

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005613";  /* Display: 嘓 */
}

HTML Decimal:

<p>HTML decimal: &#22035;</p>  <!-- Display: 嘓 -->

HTML Hexadecimal:

<p>HTML hex: &#x5613;</p>  <!-- Display: 嘓 -->

URL Encoding:

// 嘓 URL encoding
https://unicodefinder.com/search.php?query=%E5%98%93

Encodings

MD5:

d3d16579edd140d16060f33857f20c47

SHA1:

6c14e61fc8e2e50f739a9a22361741fb25a5cf7d

Base64:

5ZiT