C:
char c = '\u5187';
printf("%c\n", c); // Output: 冇
JavaScript:
const char = '\u5187';
console.log(char); // Output: 冇
Java:
char c = '\u5187';
System.out.println(c); // Output: 冇
JSON:
{"text": "\u5187"} // Value: 冇
Python:
char = '\u5187'
print(char) # Output: 冇
Perl:
my $char = "\x{5187}";
print $char; # Output: 冇
PHP:
$char = "\x{5187}";
echo $char; // Output: 冇
Ruby:
char = "\u{5187}"
puts char # Output: 冇
Rust:
let c = '\u{5187}';
println!("{}", c); // Output: 冇
Go:
char := '\u5187'
fmt.Printf("%c\n", char) // Output: 冇
CSS:
/* CSS content property */
.element::before {
content: "\005187"; /* 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=%E5%86%87
MD5:
52725c99001b689c2e92595b028a4cbd
SHA1:
010f4623ebac62a4cf02251b9d25e675b6f22364
Base64:
5YaH