C:
char c = '\u6A79';
printf("%c\n", c); // Output: 橹
JavaScript:
const char = '\u6A79';
console.log(char); // Output: 橹
Java:
char c = '\u6A79';
System.out.println(c); // Output: 橹
JSON:
{"text": "\u6A79"} // Value: 橹
Python:
char = '\u6A79'
print(char) # Output: 橹
Perl:
my $char = "\x{6A79}";
print $char; # Output: 橹
PHP:
$char = "\x{6A79}";
echo $char; // Output: 橹
Ruby:
char = "\u{6A79}"
puts char # Output: 橹
Rust:
let c = '\u{6A79}';
println!("{}", c); // Output: 橹
Go:
char := '\u6A79'
fmt.Printf("%c\n", char) // Output: 橹
CSS:
/* CSS content property */
.element::before {
content: "\006A79"; /* 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%A9%B9
MD5:
d899ec5c263de3368c9a61c7d2b14ef0
SHA1:
98db903ce2c2f8afab80e3e54fc855f431c2fbd5
Base64:
5qm5