Unicode Finder

"倹" U+5039(CJK UNIFIED IDEOGRAPH-5039)

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

Programming

C
\u5039
JavaScript
\u5039
Java
\u5039
Json
\u5039
Python
\u5039
Perl
\x{5039}
PHP
\x{5039}
Ruby
\u{5039}
Rust
\u{5039}
Go
\u5039

Web

CSS
\005039
HtmlDecimal
倹
HtmlHexadecimal
倹
Url
%E5%80%B9

Code

MD5
39af6a87259dfe88a4a9caf1c1ca5d44
Sha1
1b2a2bf5673580c59cb495ad18aec079a9b81921
Base64
5YC5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5039';
console.log(char);  // Output: 倹

Java:

char c = '\u5039';
System.out.println(c);  // Output: 倹

JSON:

{"text": "\u5039"}  // Value: 倹

Python:

char = '\u5039'
print(char)  # Output: 倹

Perl:

my $char = "\x{5039}";
print $char;  # Output: 倹

PHP:

$char = "\x{5039}";
echo $char;  // Output: 倹

Ruby:

char = "\u{5039}"
puts char  # Output: 倹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005039";  /* Display: 倹 */
}

HTML Decimal:

<p>HTML decimal: &#20537;</p>  <!-- Display: 倹 -->

HTML Hexadecimal:

<p>HTML hex: &#x5039;</p>  <!-- Display: 倹 -->

URL Encoding:

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

Encodings

MD5:

39af6a87259dfe88a4a9caf1c1ca5d44

SHA1:

1b2a2bf5673580c59cb495ad18aec079a9b81921

Base64:

5YC5