C:
char c = '\u9F67';
printf("%c\n", c); // Output: 齧
JavaScript:
const char = '\u9F67';
console.log(char); // Output: 齧
Java:
char c = '\u9F67';
System.out.println(c); // Output: 齧
JSON:
{"text": "\u9F67"} // Value: 齧
Python:
char = '\u9F67'
print(char) # Output: 齧
Perl:
my $char = "\x{9F67}";
print $char; # Output: 齧
PHP:
$char = "\x{9F67}";
echo $char; // Output: 齧
Ruby:
char = "\u{9F67}"
puts char # Output: 齧
Rust:
let c = '\u{9F67}';
println!("{}", c); // Output: 齧
Go:
char := '\u9F67'
fmt.Printf("%c\n", char) // Output: 齧
CSS:
/* CSS content property */
.element::before {
content: "\009F67"; /* 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=%E9%BD%A7
MD5:
03d83abf3a4fb989baee39490eb2dfd5
SHA1:
fad0672d1cbc392ba5021cb9e5397d7ac4ecc939
Base64:
6b2n