C:
char c = '\u623F';
printf("%c\n", c); // Output: 房
JavaScript:
const char = '\u623F';
console.log(char); // Output: 房
Java:
char c = '\u623F';
System.out.println(c); // Output: 房
JSON:
{"text": "\u623F"} // Value: 房
Python:
char = '\u623F'
print(char) # Output: 房
Perl:
my $char = "\x{623F}";
print $char; # Output: 房
PHP:
$char = "\x{623F}";
echo $char; // Output: 房
Ruby:
char = "\u{623F}"
puts char # Output: 房
Rust:
let c = '\u{623F}';
println!("{}", c); // Output: 房
Go:
char := '\u623F'
fmt.Printf("%c\n", char) // Output: 房
CSS:
/* CSS content property */
.element::before {
content: "\00623F"; /* 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%BF
MD5:
61c4260a0eeaa5e94aba144b4c3e8ad9
SHA1:
510cf918d2af08c1278b042f47d0fefb574d53c4
Base64:
5oi/