Unicode Finder

"倷" U+5037(CJK UNIFIED IDEOGRAPH-5037)

U+5037
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-5037

Programming

C
\u5037
JavaScript
\u5037
Java
\u5037
Json
\u5037
Python
\u5037
Perl
\x{5037}
PHP
\x{5037}
Ruby
\u{5037}
Rust
\u{5037}
Go
\u5037

Web

CSS
\005037
HtmlDecimal
倷
HtmlHexadecimal
倷
Url
%E5%80%B7

Code

MD5
17ccab087e21cd58925116f9807311a7
Sha1
9037876e202410c7f2177cee9507eec1b887a88f
Base64
5YC3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5037';
console.log(char);  // Output: 倷

Java:

char c = '\u5037';
System.out.println(c);  // Output: 倷

JSON:

{"text": "\u5037"}  // Value: 倷

Python:

char = '\u5037'
print(char)  # Output: 倷

Perl:

my $char = "\x{5037}";
print $char;  # Output: 倷

PHP:

$char = "\x{5037}";
echo $char;  // Output: 倷

Ruby:

char = "\u{5037}"
puts char  # Output: 倷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005037";  /* Display: 倷 */
}

HTML Decimal:

<p>HTML decimal: &#20535;</p>  <!-- Display: 倷 -->

HTML Hexadecimal:

<p>HTML hex: &#x5037;</p>  <!-- Display: 倷 -->

URL Encoding:

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

Encodings

MD5:

17ccab087e21cd58925116f9807311a7

SHA1:

9037876e202410c7f2177cee9507eec1b887a88f

Base64:

5YC3