Unicode Finder

"愙" U+6119(CJK UNIFIED IDEOGRAPH-6119)

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

Programming

C
\u6119
JavaScript
\u6119
Java
\u6119
Json
\u6119
Python
\u6119
Perl
\x{6119}
PHP
\x{6119}
Ruby
\u{6119}
Rust
\u{6119}
Go
\u6119

Web

CSS
\006119
HtmlDecimal
愙
HtmlHexadecimal
愙
Url
%E6%84%99

Code

MD5
50818fd394d1be964c28001241554328
Sha1
12d90005cf4252cb973d14d673d2d182e92aec8a
Base64
5oSZ

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6119';
console.log(char);  // Output: 愙

Java:

char c = '\u6119';
System.out.println(c);  // Output: 愙

JSON:

{"text": "\u6119"}  // Value: 愙

Python:

char = '\u6119'
print(char)  # Output: 愙

Perl:

my $char = "\x{6119}";
print $char;  # Output: 愙

PHP:

$char = "\x{6119}";
echo $char;  // Output: 愙

Ruby:

char = "\u{6119}"
puts char  # Output: 愙

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006119";  /* Display: 愙 */
}

HTML Decimal:

<p>HTML decimal: &#24857;</p>  <!-- Display: 愙 -->

HTML Hexadecimal:

<p>HTML hex: &#x6119;</p>  <!-- Display: 愙 -->

URL Encoding:

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

Encodings

MD5:

50818fd394d1be964c28001241554328

SHA1:

12d90005cf4252cb973d14d673d2d182e92aec8a

Base64:

5oSZ