Unicode Finder

"唶" U+5536(CJK UNIFIED IDEOGRAPH-5536)

U+5536
Nombre del Bloque
CJK Unified Ideographs
Nombre
CJK UNIFIED IDEOGRAPH-5536

Programming

C
\u5536
JavaScript
\u5536
Java
\u5536
Json
\u5536
Python
\u5536
Perl
\x{5536}
PHP
\x{5536}
Ruby
\u{5536}
Rust
\u{5536}
Go
\u5536

Web

CSS
\005536
HtmlDecimal
唶
HtmlHexadecimal
唶
Url
%E5%94%B6

Code

MD5
c40c1a34a667300d275fd7990fc08e31
Sha1
4f6f7477741d6bb4409f7609cacae7445b548301
Base64
5ZS2

Ejemplos de Uso

Programming Languages

C:

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

JavaScript:

const char = '\u5536';
console.log(char);  // Output: 唶

Java:

char c = '\u5536';
System.out.println(c);  // Output: 唶

JSON:

{"text": "\u5536"}  // Value: 唶

Python:

char = '\u5536'
print(char)  # Output: 唶

Perl:

my $char = "\x{5536}";
print $char;  # Output: 唶

PHP:

$char = "\x{5536}";
echo $char;  // Output: 唶

Ruby:

char = "\u{5536}"
puts char  # Output: 唶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005536";  /* Display: 唶 */
}

HTML Decimal:

<p>HTML decimal: &#21814;</p>  <!-- Display: 唶 -->

HTML Hexadecimal:

<p>HTML hex: &#x5536;</p>  <!-- Display: 唶 -->

URL Encoding:

// 唶 URL encoding
https://unicodefinder.com/search.php?query=%E5%94%B6

Encodings

MD5:

c40c1a34a667300d275fd7990fc08e31

SHA1:

4f6f7477741d6bb4409f7609cacae7445b548301

Base64:

5ZS2