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