Unicode Finder

"娻" U+5A3B(CJK UNIFIED IDEOGRAPH-5A3B)

U+5A3B
Blocknamn
CJK Unified Ideographs
Namn
CJK UNIFIED IDEOGRAPH-5A3B

Programming

C
\u5A3B
JavaScript
\u5A3B
Java
\u5A3B
Json
\u5A3B
Python
\u5A3B
Perl
\x{5A3B}
PHP
\x{5A3B}
Ruby
\u{5A3B}
Rust
\u{5A3B}
Go
\u5A3B

Web

CSS
\005A3B
HtmlDecimal
娻
HtmlHexadecimal
娻
Url
%E5%A8%BB

Code

MD5
576db5201b72783e5259cee548120fdf
Sha1
722316c4da839fc1677d4292777559471cf33fee
Base64
5ai7

Användningsexempel

Programming Languages

C:

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

JavaScript:

const char = '\u5A3B';
console.log(char);  // Output: 娻

Java:

char c = '\u5A3B';
System.out.println(c);  // Output: 娻

JSON:

{"text": "\u5A3B"}  // Value: 娻

Python:

char = '\u5A3B'
print(char)  # Output: 娻

Perl:

my $char = "\x{5A3B}";
print $char;  # Output: 娻

PHP:

$char = "\x{5A3B}";
echo $char;  // Output: 娻

Ruby:

char = "\u{5A3B}"
puts char  # Output: 娻

Rust:

let c = '\u{5A3B}';
println!("{}", c);  // Output: 娻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005A3B";  /* Display: 娻 */
}

HTML Decimal:

<p>HTML decimal: &#23099;</p>  <!-- Display: 娻 -->

HTML Hexadecimal:

<p>HTML hex: &#x5A3B;</p>  <!-- Display: 娻 -->

URL Encoding:

// 娻 URL encoding
https://unicodefinder.com/search.php?query=%E5%A8%BB

Encodings

MD5:

576db5201b72783e5259cee548120fdf

SHA1:

722316c4da839fc1677d4292777559471cf33fee

Base64:

5ai7