C:
char c = '\u67A8';
printf("%c\n", c); // Output: 枨
JavaScript:
const char = '\u67A8';
console.log(char); // Output: 枨
Java:
char c = '\u67A8';
System.out.println(c); // Output: 枨
JSON:
{"text": "\u67A8"} // Value: 枨
Python:
char = '\u67A8'
print(char) # Output: 枨
Perl:
my $char = "\x{67A8}";
print $char; # Output: 枨
PHP:
$char = "\x{67A8}";
echo $char; // Output: 枨
Ruby:
char = "\u{67A8}"
puts char # Output: 枨
Rust:
let c = '\u{67A8}';
println!("{}", c); // Output: 枨
Go:
char := '\u67A8'
fmt.Printf("%c\n", char) // Output: 枨
CSS:
/* CSS content property */
.element::before {
content: "\0067A8"; /* 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=%E6%9E%A8
MD5:
61ee33b6a7dc05e29a6472491c550667
SHA1:
19f73f9795b3ad5cf0a5613520b4a1758abde047
Base64:
5p6o