C:
char c = '\u6B68';
printf("%c\n", c); // Output: 歨
JavaScript:
const char = '\u6B68';
console.log(char); // Output: 歨
Java:
char c = '\u6B68';
System.out.println(c); // Output: 歨
JSON:
{"text": "\u6B68"} // Value: 歨
Python:
char = '\u6B68'
print(char) # Output: 歨
Perl:
my $char = "\x{6B68}";
print $char; # Output: 歨
PHP:
$char = "\x{6B68}";
echo $char; // Output: 歨
Ruby:
char = "\u{6B68}"
puts char # Output: 歨
Rust:
let c = '\u{6B68}';
println!("{}", c); // Output: 歨
Go:
char := '\u6B68'
fmt.Printf("%c\n", char) // Output: 歨
CSS:
/* CSS content property */
.element::before {
content: "\006B68"; /* 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%AD%A8
MD5:
f83a0a7c489c71d6c460bb1183f21bb3
SHA1:
9b01b67aef62b10cab3028766937e411c1e5f60a
Base64:
5q2o