C:
char c = '\u827A';
printf("%c\n", c); // Output: 艺
JavaScript:
const char = '\u827A';
console.log(char); // Output: 艺
Java:
char c = '\u827A';
System.out.println(c); // Output: 艺
JSON:
{"text": "\u827A"} // Value: 艺
Python:
char = '\u827A'
print(char) # Output: 艺
Perl:
my $char = "\x{827A}";
print $char; # Output: 艺
PHP:
$char = "\x{827A}";
echo $char; // Output: 艺
Ruby:
char = "\u{827A}"
puts char # Output: 艺
Rust:
let c = '\u{827A}';
println!("{}", c); // Output: 艺
Go:
char := '\u827A'
fmt.Printf("%c\n", char) // Output: 艺
CSS:
/* CSS content property */
.element::before {
content: "\00827A"; /* 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%BA
MD5:
33b336ed8703ffc7904d1aa5538f9d20
SHA1:
ca9237b5e4ea17fcc07e298d9d65b6b6eb4baef0
Base64:
6Im6