C:
char c = '\u6237';
printf("%c\n", c); // Output: 户
JavaScript:
const char = '\u6237';
console.log(char); // Output: 户
Java:
char c = '\u6237';
System.out.println(c); // Output: 户
JSON:
{"text": "\u6237"} // Value: 户
Python:
char = '\u6237'
print(char) # Output: 户
Perl:
my $char = "\x{6237}";
print $char; # Output: 户
PHP:
$char = "\x{6237}";
echo $char; // Output: 户
Ruby:
char = "\u{6237}"
puts char # Output: 户
Rust:
let c = '\u{6237}';
println!("{}", c); // Output: 户
Go:
char := '\u6237'
fmt.Printf("%c\n", char) // Output: 户
CSS:
/* CSS content property */
.element::before {
content: "\006237"; /* 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%B7
MD5:
647ca235fa4d0b41f7b0d4b7aca2b6f2
SHA1:
3a7c88e33d4d27d702aae822937eb7b313796af8
Base64:
5oi3