C:
char c = '\u6357';
printf("%c\n", c); // Output: 捗
JavaScript:
const char = '\u6357';
console.log(char); // Output: 捗
Java:
char c = '\u6357';
System.out.println(c); // Output: 捗
JSON:
{"text": "\u6357"} // Value: 捗
Python:
char = '\u6357'
print(char) # Output: 捗
Perl:
my $char = "\x{6357}";
print $char; # Output: 捗
PHP:
$char = "\x{6357}";
echo $char; // Output: 捗
Ruby:
char = "\u{6357}"
puts char # Output: 捗
Rust:
let c = '\u{6357}';
println!("{}", c); // Output: 捗
Go:
char := '\u6357'
fmt.Printf("%c\n", char) // Output: 捗
CSS:
/* CSS content property */
.element::before {
content: "\006357"; /* 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%8D%97
MD5:
ae705b818b3266ff47c9bef54d63cadb
SHA1:
aba1b06bab5d45e7ab8032f31c92a3c065e0111d
Base64:
5o2X