Unicode Finder

"愹" U+6139(CJK UNIFIED IDEOGRAPH-6139)

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

Programming

C
\u6139
JavaScript
\u6139
Java
\u6139
Json
\u6139
Python
\u6139
Perl
\x{6139}
PHP
\x{6139}
Ruby
\u{6139}
Rust
\u{6139}
Go
\u6139

Web

CSS
\006139
HtmlDecimal
愹
HtmlHexadecimal
愹
Url
%E6%84%B9

Code

MD5
2e67fbc932786b75284c2c6ddba1f719
Sha1
348d2adc1daae65f59b710e4d2f8c511ebf8dfe3
Base64
5oS5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6139';
console.log(char);  // Output: 愹

Java:

char c = '\u6139';
System.out.println(c);  // Output: 愹

JSON:

{"text": "\u6139"}  // Value: 愹

Python:

char = '\u6139'
print(char)  # Output: 愹

Perl:

my $char = "\x{6139}";
print $char;  # Output: 愹

PHP:

$char = "\x{6139}";
echo $char;  // Output: 愹

Ruby:

char = "\u{6139}"
puts char  # Output: 愹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006139";  /* Display: 愹 */
}

HTML Decimal:

<p>HTML decimal: &#24889;</p>  <!-- Display: 愹 -->

HTML Hexadecimal:

<p>HTML hex: &#x6139;</p>  <!-- Display: 愹 -->

URL Encoding:

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

Encodings

MD5:

2e67fbc932786b75284c2c6ddba1f719

SHA1:

348d2adc1daae65f59b710e4d2f8c511ebf8dfe3

Base64:

5oS5