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