Unicode Finder

"顴" U+9874(CJK UNIFIED IDEOGRAPH-9874)

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

Programming

C
\u9874
JavaScript
\u9874
Java
\u9874
Json
\u9874
Python
\u9874
Perl
\x{9874}
PHP
\x{9874}
Ruby
\u{9874}
Rust
\u{9874}
Go
\u9874

Web

CSS
\009874
HtmlDecimal
顴
HtmlHexadecimal
顴
Url
%E9%A1%B4

Code

MD5
41cf3bb32f04cff5bcd2b480f8e35c31
Sha1
41ffc7fc86a716de8a7ca85a01ed4cde57d12125
Base64
6aG0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9874';
console.log(char);  // Output: 顴

Java:

char c = '\u9874';
System.out.println(c);  // Output: 顴

JSON:

{"text": "\u9874"}  // Value: 顴

Python:

char = '\u9874'
print(char)  # Output: 顴

Perl:

my $char = "\x{9874}";
print $char;  # Output: 顴

PHP:

$char = "\x{9874}";
echo $char;  // Output: 顴

Ruby:

char = "\u{9874}"
puts char  # Output: 顴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009874";  /* Display: 顴 */
}

HTML Decimal:

<p>HTML decimal: &#39028;</p>  <!-- Display: 顴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9874;</p>  <!-- Display: 顴 -->

URL Encoding:

// 顴 URL encoding
https://unicodefinder.com/search.php?query=%E9%A1%B4

Encodings

MD5:

41cf3bb32f04cff5bcd2b480f8e35c31

SHA1:

41ffc7fc86a716de8a7ca85a01ed4cde57d12125

Base64:

6aG0