C:
char c = '\u8B67';
printf("%c\n", c); // Output: 譧
JavaScript:
const char = '\u8B67';
console.log(char); // Output: 譧
Java:
char c = '\u8B67';
System.out.println(c); // Output: 譧
JSON:
{"text": "\u8B67"} // Value: 譧
Python:
char = '\u8B67'
print(char) # Output: 譧
Perl:
my $char = "\x{8B67}";
print $char; # Output: 譧
PHP:
$char = "\x{8B67}";
echo $char; // Output: 譧
Ruby:
char = "\u{8B67}"
puts char # Output: 譧
Rust:
let c = '\u{8B67}';
println!("{}", c); // Output: 譧
Go:
char := '\u8B67'
fmt.Printf("%c\n", char) // Output: 譧
CSS:
/* CSS content property */
.element::before {
content: "\008B67"; /* 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=%E8%AD%A7
MD5:
fe87edce17d9e061698ec2ee0aa566ca
SHA1:
96f0237d9a4ffa640acee96640fb4c0deda9ef6a
Base64:
6K2n