C:
char c = '\u9580';
printf("%c\n", c); // Output: 門
JavaScript:
const char = '\u9580';
console.log(char); // Output: 門
Java:
char c = '\u9580';
System.out.println(c); // Output: 門
JSON:
{"text": "\u9580"} // Value: 門
Python:
char = '\u9580'
print(char) # Output: 門
Perl:
my $char = "\x{9580}";
print $char; # Output: 門
PHP:
$char = "\x{9580}";
echo $char; // Output: 門
Ruby:
char = "\u{9580}"
puts char # Output: 門
Rust:
let c = '\u{9580}';
println!("{}", c); // Output: 門
Go:
char := '\u9580'
fmt.Printf("%c\n", char) // Output: 門
CSS:
/* CSS content property */
.element::before {
content: "\009580"; /* 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%96%80
MD5:
94837f884b20a9add7e403bb2820a5ac
SHA1:
4178c2beb2dc69972212422fe140d77bac669534
Base64:
6ZaA