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