C:
char c = '\u9EBB';
printf("%c\n", c); // Output: 麻
JavaScript:
const char = '\u9EBB';
console.log(char); // Output: 麻
Java:
char c = '\u9EBB';
System.out.println(c); // Output: 麻
JSON:
{"text": "\u9EBB"} // Value: 麻
Python:
char = '\u9EBB'
print(char) # Output: 麻
Perl:
my $char = "\x{9EBB}";
print $char; # Output: 麻
PHP:
$char = "\x{9EBB}";
echo $char; // Output: 麻
Ruby:
char = "\u{9EBB}"
puts char # Output: 麻
Rust:
let c = '\u{9EBB}';
println!("{}", c); // Output: 麻
Go:
char := '\u9EBB'
fmt.Printf("%c\n", char) // Output: 麻
CSS:
/* CSS content property */
.element::before {
content: "\009EBB"; /* 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=%E9%BA%BB
MD5:
4430d7daa79fe05d387db08544d25116
SHA1:
433ea2216fa5deb1c138614efdacbf3e8acc7d12
Base64:
6bq7