Unicode Finder

"韷" U+97F7(CJK UNIFIED IDEOGRAPH-97F7)

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

Programming

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

Web

CSS
\0097F7
HtmlDecimal
韷
HtmlHexadecimal
韷
Url
%E9%9F%B7

Code

MD5
afb12c69757d9782c9a47df2ccf1c622
Sha1
ac9c8086c8c53ca8255b64748826920da8f0ab09
Base64
6Z+3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u97F7';
console.log(char);  // Output: 韷

Java:

char c = '\u97F7';
System.out.println(c);  // Output: 韷

JSON:

{"text": "\u97F7"}  // Value: 韷

Python:

char = '\u97F7'
print(char)  # Output: 韷

Perl:

my $char = "\x{97F7}";
print $char;  # Output: 韷

PHP:

$char = "\x{97F7}";
echo $char;  // Output: 韷

Ruby:

char = "\u{97F7}"
puts char  # Output: 韷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38903;</p>  <!-- Display: 韷 -->

HTML Hexadecimal:

<p>HTML hex: &#x97F7;</p>  <!-- Display: 韷 -->

URL Encoding:

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

Encodings

MD5:

afb12c69757d9782c9a47df2ccf1c622

SHA1:

ac9c8086c8c53ca8255b64748826920da8f0ab09

Base64:

6Z+3