C:
char c = '\u6944';
printf("%c\n", c); // Output: 楄
JavaScript:
const char = '\u6944';
console.log(char); // Output: 楄
Java:
char c = '\u6944';
System.out.println(c); // Output: 楄
JSON:
{"text": "\u6944"} // Value: 楄
Python:
char = '\u6944'
print(char) # Output: 楄
Perl:
my $char = "\x{6944}";
print $char; # Output: 楄
PHP:
$char = "\x{6944}";
echo $char; // Output: 楄
Ruby:
char = "\u{6944}"
puts char # Output: 楄
Rust:
let c = '\u{6944}';
println!("{}", c); // Output: 楄
Go:
char := '\u6944'
fmt.Printf("%c\n", char) // Output: 楄
CSS:
/* CSS content property */
.element::before {
content: "\006944"; /* 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%A5%84
MD5:
1934430e057d9ef67d1b9a1696985212
SHA1:
7209f32ebe393ba6a7faa6bbabe82cf745bde0b4
Base64:
5qWE