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: 韷
CSS:
/* CSS content property */
.element::before {
content: "\0097F7"; /* 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%B7
MD5:
afb12c69757d9782c9a47df2ccf1c622
SHA1:
ac9c8086c8c53ca8255b64748826920da8f0ab09
Base64:
6Z+3