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