Unicode Finder

"愶" U+6136(CJK UNIFIED IDEOGRAPH-6136)

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

Programming

C
\u6136
JavaScript
\u6136
Java
\u6136
Json
\u6136
Python
\u6136
Perl
\x{6136}
PHP
\x{6136}
Ruby
\u{6136}
Rust
\u{6136}
Go
\u6136

Web

CSS
\006136
HtmlDecimal
愶
HtmlHexadecimal
愶
Url
%E6%84%B6

Code

MD5
7a20bc2214edfdbac20d3acc5b057397
Sha1
5fb1907642d0ed0a5aa288a453f75d6373451478
Base64
5oS2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6136';
console.log(char);  // Output: 愶

Java:

char c = '\u6136';
System.out.println(c);  // Output: 愶

JSON:

{"text": "\u6136"}  // Value: 愶

Python:

char = '\u6136'
print(char)  # Output: 愶

Perl:

my $char = "\x{6136}";
print $char;  # Output: 愶

PHP:

$char = "\x{6136}";
echo $char;  // Output: 愶

Ruby:

char = "\u{6136}"
puts char  # Output: 愶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006136";  /* Display: 愶 */
}

HTML Decimal:

<p>HTML decimal: &#24886;</p>  <!-- Display: 愶 -->

HTML Hexadecimal:

<p>HTML hex: &#x6136;</p>  <!-- Display: 愶 -->

URL Encoding:

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

Encodings

MD5:

7a20bc2214edfdbac20d3acc5b057397

SHA1:

5fb1907642d0ed0a5aa288a453f75d6373451478

Base64:

5oS2