C:
char c = '\uC8FF';
printf("%c\n", c); // Output: 죿
JavaScript:
const char = '\uC8FF';
console.log(char); // Output: 죿
Java:
char c = '\uC8FF';
System.out.println(c); // Output: 죿
JSON:
{"text": "\uC8FF"} // Value: 죿
Python:
char = '\uC8FF'
print(char) # Output: 죿
Perl:
my $char = "\x{C8FF}";
print $char; # Output: 죿
PHP:
$char = "\x{C8FF}";
echo $char; // Output: 죿
Ruby:
char = "\u{C8FF}"
puts char # Output: 죿
Rust:
let c = '\u{C8FF}';
println!("{}", c); // Output: 죿
Go:
char := '\uC8FF'
fmt.Printf("%c\n", char) // Output: 죿
CSS:
/* CSS content property */
.element::before {
content: "\00C8FF"; /* 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=%EC%A3%BF
MD5:
fab81fc28a0dda805988c8baa8f4f85a
SHA1:
15f975955d4ddf6deb7df0b63eb4caca8b907aa6
Base64:
7KO/