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: 韵
CSS:
/* CSS content property */
.element::before {
content: "\0097F5"; /* Display: 韵 */
}
HTML Decimal:
<p>HTML decimal: 韵</p> <!-- Display: 韵 -->
HTML Hexadecimal:
<p>HTML hex: 韵</p> <!-- Display: 韵 -->
URL Encoding:
// 韵 URL encoding
https://unicodefinder.com/search.php?query=%E9%9F%B5
MD5:
ab2ef34da98c557637e52d3dd651d0ae
SHA1:
19de996b5f8aa6246838159879211d7f28d9b583
Base64:
6Z+1