C:
char c = '\u8655';
printf("%c\n", c); // Output: 處
JavaScript:
const char = '\u8655';
console.log(char); // Output: 處
Java:
char c = '\u8655';
System.out.println(c); // Output: 處
JSON:
{"text": "\u8655"} // Value: 處
Python:
char = '\u8655'
print(char) # Output: 處
Perl:
my $char = "\x{8655}";
print $char; # Output: 處
PHP:
$char = "\x{8655}";
echo $char; // Output: 處
Ruby:
char = "\u{8655}"
puts char # Output: 處
Rust:
let c = '\u{8655}';
println!("{}", c); // Output: 處
Go:
char := '\u8655'
fmt.Printf("%c\n", char) // Output: 處
CSS:
/* CSS content property */
.element::before {
content: "\008655"; /* 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%99%95
MD5:
f74e8a1ca009c956903334b80708b88f
SHA1:
0facc4cc784ef2df6523ab211fcd02b1d0a1a0d4
Base64:
6JmV