C:
char c = '\u6213';
printf("%c\n", c); // Output: 戓
JavaScript:
const char = '\u6213';
console.log(char); // Output: 戓
Java:
char c = '\u6213';
System.out.println(c); // Output: 戓
JSON:
{"text": "\u6213"} // Value: 戓
Python:
char = '\u6213'
print(char) # Output: 戓
Perl:
my $char = "\x{6213}";
print $char; # Output: 戓
PHP:
$char = "\x{6213}";
echo $char; // Output: 戓
Ruby:
char = "\u{6213}"
puts char # Output: 戓
Rust:
let c = '\u{6213}';
println!("{}", c); // Output: 戓
Go:
char := '\u6213'
fmt.Printf("%c\n", char) // Output: 戓
CSS:
/* CSS content property */
.element::before {
content: "\006213"; /* 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%93
MD5:
5a89d66b807f3dd64baa774e5d59f74d
SHA1:
7ea99e10155d2300e368bc3e8212395312aa41cf
Base64:
5oiT