C:
char c = '\u6201';
printf("%c\n", c); // Output: 戁
JavaScript:
const char = '\u6201';
console.log(char); // Output: 戁
Java:
char c = '\u6201';
System.out.println(c); // Output: 戁
JSON:
{"text": "\u6201"} // Value: 戁
Python:
char = '\u6201'
print(char) # Output: 戁
Perl:
my $char = "\x{6201}";
print $char; # Output: 戁
PHP:
$char = "\x{6201}";
echo $char; // Output: 戁
Ruby:
char = "\u{6201}"
puts char # Output: 戁
Rust:
let c = '\u{6201}';
println!("{}", c); // Output: 戁
Go:
char := '\u6201'
fmt.Printf("%c\n", char) // Output: 戁
CSS:
/* CSS content property */
.element::before {
content: "\006201"; /* 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%81
MD5:
869f106e49176c2461dcb966ace23a3b
SHA1:
38b4016bc64ff6c916932bbf13ec3c290f0ff48e
Base64:
5oiB