Unicode Finder

"韽" U+97FD(CJK UNIFIED IDEOGRAPH-97FD)

U+97FD
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-97FD

Programming

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

Web

CSS
\0097FD
HtmlDecimal
韽
HtmlHexadecimal
韽
Url
%E9%9F%BD

Code

MD5
97d07507356f5769fb1b6f5ee3007246
Sha1
3170adbd42720299dc10bc46e6c447fd153ff839
Base64
6Z+9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u97FD';
console.log(char);  // Output: 韽

Java:

char c = '\u97FD';
System.out.println(c);  // Output: 韽

JSON:

{"text": "\u97FD"}  // Value: 韽

Python:

char = '\u97FD'
print(char)  # Output: 韽

Perl:

my $char = "\x{97FD}";
print $char;  # Output: 韽

PHP:

$char = "\x{97FD}";
echo $char;  // Output: 韽

Ruby:

char = "\u{97FD}"
puts char  # Output: 韽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38909;</p>  <!-- Display: 韽 -->

HTML Hexadecimal:

<p>HTML hex: &#x97FD;</p>  <!-- Display: 韽 -->

URL Encoding:

// 韽 URL encoding
https://unicodefinder.com/search.php?query=%E9%9F%BD

Encodings

MD5:

97d07507356f5769fb1b6f5ee3007246

SHA1:

3170adbd42720299dc10bc46e6c447fd153ff839

Base64:

6Z+9