C:
char c = '\u69FA';
printf("%c\n", c); // Output: 槺
JavaScript:
const char = '\u69FA';
console.log(char); // Output: 槺
Java:
char c = '\u69FA';
System.out.println(c); // Output: 槺
JSON:
{"text": "\u69FA"} // Value: 槺
Python:
char = '\u69FA'
print(char) # Output: 槺
Perl:
my $char = "\x{69FA}";
print $char; # Output: 槺
PHP:
$char = "\x{69FA}";
echo $char; // Output: 槺
Ruby:
char = "\u{69FA}"
puts char # Output: 槺
Rust:
let c = '\u{69FA}';
println!("{}", c); // Output: 槺
Go:
char := '\u69FA'
fmt.Printf("%c\n", char) // Output: 槺
CSS:
/* CSS content property */
.element::before {
content: "\0069FA"; /* 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%A7%BA
MD5:
d574a85cfd40d09b42b6071dc998ae62
SHA1:
456e6423a405b81b06369102cf63d8c6bfa0d2ba
Base64:
5qe6