Unicode Finder

"鰽" U+9C3D(CJK UNIFIED IDEOGRAPH-9C3D)

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

Programming

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

Web

CSS
\009C3D
HtmlDecimal
鰽
HtmlHexadecimal
鰽
Url
%E9%B0%BD

Code

MD5
5620ede8cb429d2b1b074f7bcde8563a
Sha1
3a516c69ce1766608c60adbae0ee8cb111c904ef
Base64
6bC9

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9C3D';
console.log(char);  // Output: 鰽

Java:

char c = '\u9C3D';
System.out.println(c);  // Output: 鰽

JSON:

{"text": "\u9C3D"}  // Value: 鰽

Python:

char = '\u9C3D'
print(char)  # Output: 鰽

Perl:

my $char = "\x{9C3D}";
print $char;  # Output: 鰽

PHP:

$char = "\x{9C3D}";
echo $char;  // Output: 鰽

Ruby:

char = "\u{9C3D}"
puts char  # Output: 鰽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39997;</p>  <!-- Display: 鰽 -->

HTML Hexadecimal:

<p>HTML hex: &#x9C3D;</p>  <!-- Display: 鰽 -->

URL Encoding:

// 鰽 URL encoding
https://unicodefinder.com/search.php?query=%E9%B0%BD

Encodings

MD5:

5620ede8cb429d2b1b074f7bcde8563a

SHA1:

3a516c69ce1766608c60adbae0ee8cb111c904ef

Base64:

6bC9