C:
char c = '\u620C';
printf("%c\n", c); // Output: 戌
JavaScript:
const char = '\u620C';
console.log(char); // Output: 戌
Java:
char c = '\u620C';
System.out.println(c); // Output: 戌
JSON:
{"text": "\u620C"} // Value: 戌
Python:
char = '\u620C'
print(char) # Output: 戌
Perl:
my $char = "\x{620C}";
print $char; # Output: 戌
PHP:
$char = "\x{620C}";
echo $char; // Output: 戌
Ruby:
char = "\u{620C}"
puts char # Output: 戌
Rust:
let c = '\u{620C}';
println!("{}", c); // Output: 戌
Go:
char := '\u620C'
fmt.Printf("%c\n", char) // Output: 戌
CSS:
/* CSS content property */
.element::before {
content: "\00620C"; /* 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%88%8C
MD5:
fd8d5bf109e713b41a7742a43bce2678
SHA1:
69645ef9eb4bb357b6e690d6774c1e2e78cf8f56
Base64:
5oiM