Unicode Finder

"倶" U+5036(CJK UNIFIED IDEOGRAPH-5036)

U+5036
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-5036

Programming

C
\u5036
JavaScript
\u5036
Java
\u5036
Json
\u5036
Python
\u5036
Perl
\x{5036}
PHP
\x{5036}
Ruby
\u{5036}
Rust
\u{5036}
Go
\u5036

Web

CSS
\005036
HtmlDecimal
倶
HtmlHexadecimal
倶
Url
%E5%80%B6

Code

MD5
dfaf6d20bf6cfb08935f6541c8173a02
Sha1
d74941a3ee01e941a59f8300d9c19d1686358b71
Base64
5YC2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5036';
console.log(char);  // Output: 倶

Java:

char c = '\u5036';
System.out.println(c);  // Output: 倶

JSON:

{"text": "\u5036"}  // Value: 倶

Python:

char = '\u5036'
print(char)  # Output: 倶

Perl:

my $char = "\x{5036}";
print $char;  # Output: 倶

PHP:

$char = "\x{5036}";
echo $char;  // Output: 倶

Ruby:

char = "\u{5036}"
puts char  # Output: 倶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005036";  /* Display: 倶 */
}

HTML Decimal:

<p>HTML decimal: &#20534;</p>  <!-- Display: 倶 -->

HTML Hexadecimal:

<p>HTML hex: &#x5036;</p>  <!-- Display: 倶 -->

URL Encoding:

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

Encodings

MD5:

dfaf6d20bf6cfb08935f6541c8173a02

SHA1:

d74941a3ee01e941a59f8300d9c19d1686358b71

Base64:

5YC2