C:
char c = '\u6212';
printf("%c\n", c); // Output: 戒
JavaScript:
const char = '\u6212';
console.log(char); // Output: 戒
Java:
char c = '\u6212';
System.out.println(c); // Output: 戒
JSON:
{"text": "\u6212"} // Value: 戒
Python:
char = '\u6212'
print(char) # Output: 戒
Perl:
my $char = "\x{6212}";
print $char; # Output: 戒
PHP:
$char = "\x{6212}";
echo $char; // Output: 戒
Ruby:
char = "\u{6212}"
puts char # Output: 戒
Rust:
let c = '\u{6212}';
println!("{}", c); // Output: 戒
Go:
char := '\u6212'
fmt.Printf("%c\n", char) // Output: 戒
CSS:
/* CSS content property */
.element::before {
content: "\006212"; /* 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%92
MD5:
78b94573053832cfcf562455f3e78b14
SHA1:
a6e7b7b2c463c691846ac254aefdf9d56438564f
Base64:
5oiS