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