C:
char c = '\u6222';
printf("%c\n", c); // Output: 戢
JavaScript:
const char = '\u6222';
console.log(char); // Output: 戢
Java:
char c = '\u6222';
System.out.println(c); // Output: 戢
JSON:
{"text": "\u6222"} // Value: 戢
Python:
char = '\u6222'
print(char) # Output: 戢
Perl:
my $char = "\x{6222}";
print $char; # Output: 戢
PHP:
$char = "\x{6222}";
echo $char; // Output: 戢
Ruby:
char = "\u{6222}"
puts char # Output: 戢
Rust:
let c = '\u{6222}';
println!("{}", c); // Output: 戢
Go:
char := '\u6222'
fmt.Printf("%c\n", char) // Output: 戢
CSS:
/* CSS content property */
.element::before {
content: "\006222"; /* 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%A2
MD5:
77448fcf7d60b396be560195cd8cd737
SHA1:
b47d39058981afebb75b5a90e8af4d9f3032b473
Base64:
5oii