Unicode Finder

"鵷" U+9D77(CJK UNIFIED IDEOGRAPH-9D77)

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

Programming

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

Web

CSS
\009D77
HtmlDecimal
鵷
HtmlHexadecimal
鵷
Url
%E9%B5%B7

Code

MD5
c847ceb491cf252c8a3e84691e4824a6
Sha1
3c510ca1d8ab988dc7f5f8039f0bb477a44d59ae
Base64
6bW3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9D77';
console.log(char);  // Output: 鵷

Java:

char c = '\u9D77';
System.out.println(c);  // Output: 鵷

JSON:

{"text": "\u9D77"}  // Value: 鵷

Python:

char = '\u9D77'
print(char)  # Output: 鵷

Perl:

my $char = "\x{9D77}";
print $char;  # Output: 鵷

PHP:

$char = "\x{9D77}";
echo $char;  // Output: 鵷

Ruby:

char = "\u{9D77}"
puts char  # Output: 鵷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40311;</p>  <!-- Display: 鵷 -->

HTML Hexadecimal:

<p>HTML hex: &#x9D77;</p>  <!-- Display: 鵷 -->

URL Encoding:

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

Encodings

MD5:

c847ceb491cf252c8a3e84691e4824a6

SHA1:

3c510ca1d8ab988dc7f5f8039f0bb477a44d59ae

Base64:

6bW3