C:
char c = '\u67B1';
printf("%c\n", c); // Output: 枱
JavaScript:
const char = '\u67B1';
console.log(char); // Output: 枱
Java:
char c = '\u67B1';
System.out.println(c); // Output: 枱
JSON:
{"text": "\u67B1"} // Value: 枱
Python:
char = '\u67B1'
print(char) # Output: 枱
Perl:
my $char = "\x{67B1}";
print $char; # Output: 枱
PHP:
$char = "\x{67B1}";
echo $char; // Output: 枱
Ruby:
char = "\u{67B1}"
puts char # Output: 枱
Rust:
let c = '\u{67B1}';
println!("{}", c); // Output: 枱
Go:
char := '\u67B1'
fmt.Printf("%c\n", char) // Output: 枱
CSS:
/* CSS content property */
.element::before {
content: "\0067B1"; /* 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%9E%B1
MD5:
5463b5c41cb34203e198d74ea0561f3b
SHA1:
e0229076ea5408fe10fd7ab004204839104fd8aa
Base64:
5p6x