Unicode Finder

"鼀" U+9F00(CJK UNIFIED IDEOGRAPH-9F00)

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

Programming

C
\u9F00
JavaScript
\u9F00
Java
\u9F00
Json
\u9F00
Python
\u9F00
Perl
\x{9F00}
PHP
\x{9F00}
Ruby
\u{9F00}
Rust
\u{9F00}
Go
\u9F00

Web

CSS
\009F00
HtmlDecimal
鼀
HtmlHexadecimal
鼀
Url
%E9%BC%80

Code

MD5
6e91932184a8de8f6bc111ea8213427e
Sha1
527634c0da0cd270600df62d55557ddef8dfdd06
Base64
6byA

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9F00';
console.log(char);  // Output: 鼀

Java:

char c = '\u9F00';
System.out.println(c);  // Output: 鼀

JSON:

{"text": "\u9F00"}  // Value: 鼀

Python:

char = '\u9F00'
print(char)  # Output: 鼀

Perl:

my $char = "\x{9F00}";
print $char;  # Output: 鼀

PHP:

$char = "\x{9F00}";
echo $char;  // Output: 鼀

Ruby:

char = "\u{9F00}"
puts char  # Output: 鼀

Rust:

let c = '\u{9F00}';
println!("{}", c);  // Output: 鼀

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009F00";  /* Display: 鼀 */
}

HTML Decimal:

<p>HTML decimal: &#40704;</p>  <!-- Display: 鼀 -->

HTML Hexadecimal:

<p>HTML hex: &#x9F00;</p>  <!-- Display: 鼀 -->

URL Encoding:

// 鼀 URL encoding
https://unicodefinder.com/search.php?query=%E9%BC%80

Encodings

MD5:

6e91932184a8de8f6bc111ea8213427e

SHA1:

527634c0da0cd270600df62d55557ddef8dfdd06

Base64:

6byA