C:
char c = '\u8B51';
printf("%c\n", c); // Output: 譑
JavaScript:
const char = '\u8B51';
console.log(char); // Output: 譑
Java:
char c = '\u8B51';
System.out.println(c); // Output: 譑
JSON:
{"text": "\u8B51"} // Value: 譑
Python:
char = '\u8B51'
print(char) # Output: 譑
Perl:
my $char = "\x{8B51}";
print $char; # Output: 譑
PHP:
$char = "\x{8B51}";
echo $char; // Output: 譑
Ruby:
char = "\u{8B51}"
puts char # Output: 譑
Rust:
let c = '\u{8B51}';
println!("{}", c); // Output: 譑
Go:
char := '\u8B51'
fmt.Printf("%c\n", char) // Output: 譑
CSS:
/* CSS content property */
.element::before {
content: "\008B51"; /* 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%91
MD5:
3525a010cf9616b8a5107e8435d14ce8
SHA1:
7abb6fe88dfa81aee20da13d79fce3290dc8adb1
Base64:
6K2R