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