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