Unicode Finder

"鵵" U+9D75(CJK UNIFIED IDEOGRAPH-9D75)

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

Programming

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

Web

CSS
\009D75
HtmlDecimal
鵵
HtmlHexadecimal
鵵
Url
%E9%B5%B5

Code

MD5
2848785452f339b676b01cc444e65c23
Sha1
0edff6b7156f361a1073001f04350443cdc232b4
Base64
6bW1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9D75';
console.log(char);  // Output: 鵵

Java:

char c = '\u9D75';
System.out.println(c);  // Output: 鵵

JSON:

{"text": "\u9D75"}  // Value: 鵵

Python:

char = '\u9D75'
print(char)  # Output: 鵵

Perl:

my $char = "\x{9D75}";
print $char;  # Output: 鵵

PHP:

$char = "\x{9D75}";
echo $char;  // Output: 鵵

Ruby:

char = "\u{9D75}"
puts char  # Output: 鵵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40309;</p>  <!-- Display: 鵵 -->

HTML Hexadecimal:

<p>HTML hex: &#x9D75;</p>  <!-- Display: 鵵 -->

URL Encoding:

// 鵵 URL encoding
https://unicodefinder.com/search.php?query=%E9%B5%B5

Encodings

MD5:

2848785452f339b676b01cc444e65c23

SHA1:

0edff6b7156f361a1073001f04350443cdc232b4

Base64:

6bW1