C:
char c = '\u51BC';
printf("%c\n", c); // Output: 冼
JavaScript:
const char = '\u51BC';
console.log(char); // Output: 冼
Java:
char c = '\u51BC';
System.out.println(c); // Output: 冼
JSON:
{"text": "\u51BC"} // Value: 冼
Python:
char = '\u51BC'
print(char) # Output: 冼
Perl:
my $char = "\x{51BC}";
print $char; # Output: 冼
PHP:
$char = "\x{51BC}";
echo $char; // Output: 冼
Ruby:
char = "\u{51BC}"
puts char # Output: 冼
Rust:
let c = '\u{51BC}';
println!("{}", c); // Output: 冼
Go:
char := '\u51BC'
fmt.Printf("%c\n", char) // Output: 冼
CSS:
/* CSS content property */
.element::before {
content: "\0051BC"; /* 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%BC
MD5:
db6e7619b53f48acaa3197dbe918cd2c
SHA1:
1f172945b7dcfeb82645e034d72454dc469419e2
Base64:
5Ya8