C:
char c = '\u81F7';
printf("%c\n", c); // Output: 臷
JavaScript:
const char = '\u81F7';
console.log(char); // Output: 臷
Java:
char c = '\u81F7';
System.out.println(c); // Output: 臷
JSON:
{"text": "\u81F7"} // Value: 臷
Python:
char = '\u81F7'
print(char) # Output: 臷
Perl:
my $char = "\x{81F7}";
print $char; # Output: 臷
PHP:
$char = "\x{81F7}";
echo $char; // Output: 臷
Ruby:
char = "\u{81F7}"
puts char # Output: 臷
Rust:
let c = '\u{81F7}';
println!("{}", c); // Output: 臷
Go:
char := '\u81F7'
fmt.Printf("%c\n", char) // Output: 臷
CSS:
/* CSS content property */
.element::before {
content: "\0081F7"; /* 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%87%B7
MD5:
adf9aed10e095d961aad42e024483355
SHA1:
7c306aa6d0d853f1e45fb180f466bd521c360f67
Base64:
6Ie3