C:
char c = '\u6B98';
printf("%c\n", c); // Output: 殘
JavaScript:
const char = '\u6B98';
console.log(char); // Output: 殘
Java:
char c = '\u6B98';
System.out.println(c); // Output: 殘
JSON:
{"text": "\u6B98"} // Value: 殘
Python:
char = '\u6B98'
print(char) # Output: 殘
Perl:
my $char = "\x{6B98}";
print $char; # Output: 殘
PHP:
$char = "\x{6B98}";
echo $char; // Output: 殘
Ruby:
char = "\u{6B98}"
puts char # Output: 殘
Rust:
let c = '\u{6B98}';
println!("{}", c); // Output: 殘
Go:
char := '\u6B98'
fmt.Printf("%c\n", char) // Output: 殘
CSS:
/* CSS content property */
.element::before {
content: "\006B98"; /* 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=%E6%AE%98
MD5:
f3491e203f4adf29c8dcd529f66f70cc
SHA1:
1bb29cc3e30aef995a529eb676b7a07f06af4fea
Base64:
5q6Y