C:
char c = '\u8276';
printf("%c\n", c); // Output: 艶
JavaScript:
const char = '\u8276';
console.log(char); // Output: 艶
Java:
char c = '\u8276';
System.out.println(c); // Output: 艶
JSON:
{"text": "\u8276"} // Value: 艶
Python:
char = '\u8276'
print(char) # Output: 艶
Perl:
my $char = "\x{8276}";
print $char; # Output: 艶
PHP:
$char = "\x{8276}";
echo $char; // Output: 艶
Ruby:
char = "\u{8276}"
puts char # Output: 艶
Rust:
let c = '\u{8276}';
println!("{}", c); // Output: 艶
Go:
char := '\u8276'
fmt.Printf("%c\n", char) // Output: 艶
CSS:
/* CSS content property */
.element::before {
content: "\008276"; /* 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=%E8%89%B6
MD5:
223314e5cf4b20972a697cc24af93f0f
SHA1:
0c50270cebfbe3834c7965ac6002bec1b61a6184
Base64:
6Im2