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