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