Unicode Finder

"鸳" U+9E33(CJK UNIFIED IDEOGRAPH-9E33)

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

Programming

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

Web

CSS
\009E33
HtmlDecimal
鸳
HtmlHexadecimal
鸳
Url
%E9%B8%B3

Code

MD5
e50f1b0817b5f154438b36134cba80e5
Sha1
61d88ae50bc18b4d846f3745ce9365d3e0e8d498
Base64
6biz

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9E33';
console.log(char);  // Output: 鸳

Java:

char c = '\u9E33';
System.out.println(c);  // Output: 鸳

JSON:

{"text": "\u9E33"}  // Value: 鸳

Python:

char = '\u9E33'
print(char)  # Output: 鸳

Perl:

my $char = "\x{9E33}";
print $char;  # Output: 鸳

PHP:

$char = "\x{9E33}";
echo $char;  // Output: 鸳

Ruby:

char = "\u{9E33}"
puts char  # Output: 鸳

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40499;</p>  <!-- Display: 鸳 -->

HTML Hexadecimal:

<p>HTML hex: &#x9E33;</p>  <!-- Display: 鸳 -->

URL Encoding:

// 鸳 URL encoding
https://unicodefinder.com/search.php?query=%E9%B8%B3

Encodings

MD5:

e50f1b0817b5f154438b36134cba80e5

SHA1:

61d88ae50bc18b4d846f3745ce9365d3e0e8d498

Base64:

6biz