Unicode Finder

"鹴" U+9E74(CJK UNIFIED IDEOGRAPH-9E74)

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

Programming

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

Web

CSS
\009E74
HtmlDecimal
鹴
HtmlHexadecimal
鹴
Url
%E9%B9%B4

Code

MD5
be54377f10c90486e919deef43177c4e
Sha1
db3f16ca98a23828cf6568711b30813d15810892
Base64
6bm0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9E74';
console.log(char);  // Output: 鹴

Java:

char c = '\u9E74';
System.out.println(c);  // Output: 鹴

JSON:

{"text": "\u9E74"}  // Value: 鹴

Python:

char = '\u9E74'
print(char)  # Output: 鹴

Perl:

my $char = "\x{9E74}";
print $char;  # Output: 鹴

PHP:

$char = "\x{9E74}";
echo $char;  // Output: 鹴

Ruby:

char = "\u{9E74}"
puts char  # Output: 鹴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40564;</p>  <!-- Display: 鹴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9E74;</p>  <!-- Display: 鹴 -->

URL Encoding:

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

Encodings

MD5:

be54377f10c90486e919deef43177c4e

SHA1:

db3f16ca98a23828cf6568711b30813d15810892

Base64:

6bm0