C:
char c = '\u82B4';
printf("%c\n", c); // Output: 芴
JavaScript:
const char = '\u82B4';
console.log(char); // Output: 芴
Java:
char c = '\u82B4';
System.out.println(c); // Output: 芴
JSON:
{"text": "\u82B4"} // Value: 芴
Python:
char = '\u82B4'
print(char) # Output: 芴
Perl:
my $char = "\x{82B4}";
print $char; # Output: 芴
PHP:
$char = "\x{82B4}";
echo $char; // Output: 芴
Ruby:
char = "\u{82B4}"
puts char # Output: 芴
Rust:
let c = '\u{82B4}';
println!("{}", c); // Output: 芴
Go:
char := '\u82B4'
fmt.Printf("%c\n", char) // Output: 芴
CSS:
/* CSS content property */
.element::before {
content: "\0082B4"; /* 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%8A%B4
MD5:
bfbf05f0c0185075a5a89f6a33f1850d
SHA1:
d29d36ffc1925eabb6f67f383e1831ac542230e6
Base64:
6Iq0