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