Unicode Finder

"鹩" U+9E69(CJK UNIFIED IDEOGRAPH-9E69)

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

Programming

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

Web

CSS
\009E69
HtmlDecimal
鹩
HtmlHexadecimal
鹩
Url
%E9%B9%A9

Code

MD5
477151644b61aaef710ba15b71c367e9
Sha1
72053af61fb27ae52718bde7e36d215a3e42ce05
Base64
6bmp

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9E69';
console.log(char);  // Output: 鹩

Java:

char c = '\u9E69';
System.out.println(c);  // Output: 鹩

JSON:

{"text": "\u9E69"}  // Value: 鹩

Python:

char = '\u9E69'
print(char)  # Output: 鹩

Perl:

my $char = "\x{9E69}";
print $char;  # Output: 鹩

PHP:

$char = "\x{9E69}";
echo $char;  // Output: 鹩

Ruby:

char = "\u{9E69}"
puts char  # Output: 鹩

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40553;</p>  <!-- Display: 鹩 -->

HTML Hexadecimal:

<p>HTML hex: &#x9E69;</p>  <!-- Display: 鹩 -->

URL Encoding:

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

Encodings

MD5:

477151644b61aaef710ba15b71c367e9

SHA1:

72053af61fb27ae52718bde7e36d215a3e42ce05

Base64:

6bmp