C:
char c = '\u8AC1';
printf("%c\n", c); // Output: 諁
JavaScript:
const char = '\u8AC1';
console.log(char); // Output: 諁
Java:
char c = '\u8AC1';
System.out.println(c); // Output: 諁
JSON:
{"text": "\u8AC1"} // Value: 諁
Python:
char = '\u8AC1'
print(char) # Output: 諁
Perl:
my $char = "\x{8AC1}";
print $char; # Output: 諁
PHP:
$char = "\x{8AC1}";
echo $char; // Output: 諁
Ruby:
char = "\u{8AC1}"
puts char # Output: 諁
Rust:
let c = '\u{8AC1}';
println!("{}", c); // Output: 諁
Go:
char := '\u8AC1'
fmt.Printf("%c\n", char) // Output: 諁
CSS:
/* CSS content property */
.element::before {
content: "\008AC1"; /* 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%AB%81
MD5:
3962d1abf78766d3d3d950b6a753c428
SHA1:
73285a97fac372920b286ddc1edf3a7b568819de
Base64:
6KuB