C:
char c = '\u6904';
printf("%c\n", c); // Output: 椄
JavaScript:
const char = '\u6904';
console.log(char); // Output: 椄
Java:
char c = '\u6904';
System.out.println(c); // Output: 椄
JSON:
{"text": "\u6904"} // Value: 椄
Python:
char = '\u6904'
print(char) # Output: 椄
Perl:
my $char = "\x{6904}";
print $char; # Output: 椄
PHP:
$char = "\x{6904}";
echo $char; // Output: 椄
Ruby:
char = "\u{6904}"
puts char # Output: 椄
Rust:
let c = '\u{6904}';
println!("{}", c); // Output: 椄
Go:
char := '\u6904'
fmt.Printf("%c\n", char) // Output: 椄
CSS:
/* CSS content property */
.element::before {
content: "\006904"; /* 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%A4%84
MD5:
b53498ef94e58eeb0b5c65e653c935e1
SHA1:
3ba48b9c2cddd33ab34fce6bf17c7328a3ed2e6e
Base64:
5qSE