Unicode Finder

"釽" U+91FD(CJK UNIFIED IDEOGRAPH-91FD)

U+91FD
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-91FD

Programming

C
\u91FD
JavaScript
\u91FD
Java
\u91FD
Json
\u91FD
Python
\u91FD
Perl
\x{91FD}
PHP
\x{91FD}
Ruby
\u{91FD}
Rust
\u{91FD}
Go
\u91FD

Web

CSS
\0091FD
HtmlDecimal
釽
HtmlHexadecimal
釽
Url
%E9%87%BD

Code

MD5
c5859edb9c5e8426fd0c84dd8e553d6f
Sha1
a9be7b189fca879af97c058cfc66abc2edabd754
Base64
6Ye9

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u91FD';
console.log(char);  // Output: 釽

Java:

char c = '\u91FD';
System.out.println(c);  // Output: 釽

JSON:

{"text": "\u91FD"}  // Value: 釽

Python:

char = '\u91FD'
print(char)  # Output: 釽

Perl:

my $char = "\x{91FD}";
print $char;  # Output: 釽

PHP:

$char = "\x{91FD}";
echo $char;  // Output: 釽

Ruby:

char = "\u{91FD}"
puts char  # Output: 釽

Rust:

let c = '\u{91FD}';
println!("{}", c);  // Output: 釽

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0091FD";  /* Display: 釽 */
}

HTML Decimal:

<p>HTML decimal: &#37373;</p>  <!-- Display: 釽 -->

HTML Hexadecimal:

<p>HTML hex: &#x91FD;</p>  <!-- Display: 釽 -->

URL Encoding:

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

Encodings

MD5:

c5859edb9c5e8426fd0c84dd8e553d6f

SHA1:

a9be7b189fca879af97c058cfc66abc2edabd754

Base64:

6Ye9