Unicode Finder

"韵" U+97F5(CJK UNIFIED IDEOGRAPH-97F5)

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

Programming

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

Web

CSS
\0097F5
HtmlDecimal
韵
HtmlHexadecimal
韵
Url
%E9%9F%B5

Code

MD5
ab2ef34da98c557637e52d3dd651d0ae
Sha1
19de996b5f8aa6246838159879211d7f28d9b583
Base64
6Z+1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u97F5';
console.log(char);  // Output: 韵

Java:

char c = '\u97F5';
System.out.println(c);  // Output: 韵

JSON:

{"text": "\u97F5"}  // Value: 韵

Python:

char = '\u97F5'
print(char)  # Output: 韵

Perl:

my $char = "\x{97F5}";
print $char;  # Output: 韵

PHP:

$char = "\x{97F5}";
echo $char;  // Output: 韵

Ruby:

char = "\u{97F5}"
puts char  # Output: 韵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38901;</p>  <!-- Display: 韵 -->

HTML Hexadecimal:

<p>HTML hex: &#x97F5;</p>  <!-- Display: 韵 -->

URL Encoding:

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

Encodings

MD5:

ab2ef34da98c557637e52d3dd651d0ae

SHA1:

19de996b5f8aa6246838159879211d7f28d9b583

Base64:

6Z+1