C:
char c = '\u6996';
printf("%c\n", c); // Output: 榖
JavaScript:
const char = '\u6996';
console.log(char); // Output: 榖
Java:
char c = '\u6996';
System.out.println(c); // Output: 榖
JSON:
{"text": "\u6996"} // Value: 榖
Python:
char = '\u6996'
print(char) # Output: 榖
Perl:
my $char = "\x{6996}";
print $char; # Output: 榖
PHP:
$char = "\x{6996}";
echo $char; // Output: 榖
Ruby:
char = "\u{6996}"
puts char # Output: 榖
Rust:
let c = '\u{6996}';
println!("{}", c); // Output: 榖
Go:
char := '\u6996'
fmt.Printf("%c\n", char) // Output: 榖
CSS:
/* CSS content property */
.element::before {
content: "\006996"; /* 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%96
MD5:
a7daa946822ca6dfb62c362a5f0c2b74
SHA1:
a0d8dddd1a30e1482f75f354f32b867ec9b66b03
Base64:
5qaW