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