Unicode Finder

"饹" U+9979(CJK UNIFIED IDEOGRAPH-9979)

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

Programming

C
\u9979
JavaScript
\u9979
Java
\u9979
Json
\u9979
Python
\u9979
Perl
\x{9979}
PHP
\x{9979}
Ruby
\u{9979}
Rust
\u{9979}
Go
\u9979

Web

CSS
\009979
HtmlDecimal
饹
HtmlHexadecimal
饹
Url
%E9%A5%B9

Code

MD5
845339d7c96528133559e21b87845c6d
Sha1
5948187539f5a7db42edab0e8bf0c90de2bf4446
Base64
6aW5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9979';
console.log(char);  // Output: 饹

Java:

char c = '\u9979';
System.out.println(c);  // Output: 饹

JSON:

{"text": "\u9979"}  // Value: 饹

Python:

char = '\u9979'
print(char)  # Output: 饹

Perl:

my $char = "\x{9979}";
print $char;  # Output: 饹

PHP:

$char = "\x{9979}";
echo $char;  // Output: 饹

Ruby:

char = "\u{9979}"
puts char  # Output: 饹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009979";  /* Display: 饹 */
}

HTML Decimal:

<p>HTML decimal: &#39289;</p>  <!-- Display: 饹 -->

HTML Hexadecimal:

<p>HTML hex: &#x9979;</p>  <!-- Display: 饹 -->

URL Encoding:

// 饹 URL encoding
https://unicodefinder.com/search.php?query=%E9%A5%B9

Encodings

MD5:

845339d7c96528133559e21b87845c6d

SHA1:

5948187539f5a7db42edab0e8bf0c90de2bf4446

Base64:

6aW5