C:
char c = '\u691D';
printf("%c\n", c); // Output: 椝
JavaScript:
const char = '\u691D';
console.log(char); // Output: 椝
Java:
char c = '\u691D';
System.out.println(c); // Output: 椝
JSON:
{"text": "\u691D"} // Value: 椝
Python:
char = '\u691D'
print(char) # Output: 椝
Perl:
my $char = "\x{691D}";
print $char; # Output: 椝
PHP:
$char = "\x{691D}";
echo $char; // Output: 椝
Ruby:
char = "\u{691D}"
puts char # Output: 椝
Rust:
let c = '\u{691D}';
println!("{}", c); // Output: 椝
Go:
char := '\u691D'
fmt.Printf("%c\n", char) // Output: 椝
CSS:
/* CSS content property */
.element::before {
content: "\00691D"; /* 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%9D
MD5:
71a6b02c049644d1ac670347373224a0
SHA1:
04ffc5ea193b653ca1f82b7d57516dc2a6c9b465
Base64:
5qSd