C:
char c = '\u8A16';
printf("%c\n", c); // Output: 訖
JavaScript:
const char = '\u8A16';
console.log(char); // Output: 訖
Java:
char c = '\u8A16';
System.out.println(c); // Output: 訖
JSON:
{"text": "\u8A16"} // Value: 訖
Python:
char = '\u8A16'
print(char) # Output: 訖
Perl:
my $char = "\x{8A16}";
print $char; # Output: 訖
PHP:
$char = "\x{8A16}";
echo $char; // Output: 訖
Ruby:
char = "\u{8A16}"
puts char # Output: 訖
Rust:
let c = '\u{8A16}';
println!("{}", c); // Output: 訖
Go:
char := '\u8A16'
fmt.Printf("%c\n", char) // Output: 訖
CSS:
/* CSS content property */
.element::before {
content: "\008A16"; /* 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%A8%96
MD5:
75ff8c5a75ef9c679efcca25024a95e1
SHA1:
805e360168bea24f55da0e44698cd12a72cefb9a
Base64:
6KiW