Unicode Finder

"愷" U+6137(CJK UNIFIED IDEOGRAPH-6137)

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

Programming

C
\u6137
JavaScript
\u6137
Java
\u6137
Json
\u6137
Python
\u6137
Perl
\x{6137}
PHP
\x{6137}
Ruby
\u{6137}
Rust
\u{6137}
Go
\u6137

Web

CSS
\006137
HtmlDecimal
愷
HtmlHexadecimal
愷
Url
%E6%84%B7

Code

MD5
3d5483d50067fe46a4d28ac1b74d7728
Sha1
e5f325a285702f8a8224c99de120bcdb47c01ea8
Base64
5oS3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6137';
console.log(char);  // Output: 愷

Java:

char c = '\u6137';
System.out.println(c);  // Output: 愷

JSON:

{"text": "\u6137"}  // Value: 愷

Python:

char = '\u6137'
print(char)  # Output: 愷

Perl:

my $char = "\x{6137}";
print $char;  # Output: 愷

PHP:

$char = "\x{6137}";
echo $char;  // Output: 愷

Ruby:

char = "\u{6137}"
puts char  # Output: 愷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006137";  /* Display: 愷 */
}

HTML Decimal:

<p>HTML decimal: &#24887;</p>  <!-- Display: 愷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6137;</p>  <!-- Display: 愷 -->

URL Encoding:

// 愷 URL encoding
https://unicodefinder.com/search.php?query=%E6%84%B7

Encodings

MD5:

3d5483d50067fe46a4d28ac1b74d7728

SHA1:

e5f325a285702f8a8224c99de120bcdb47c01ea8

Base64:

5oS3