C:
char c = '\uC8CE';
printf("%c\n", c); // Output: 죎
JavaScript:
const char = '\uC8CE';
console.log(char); // Output: 죎
Java:
char c = '\uC8CE';
System.out.println(c); // Output: 죎
JSON:
{"text": "\uC8CE"} // Value: 죎
Python:
char = '\uC8CE'
print(char) # Output: 죎
Perl:
my $char = "\x{C8CE}";
print $char; # Output: 죎
PHP:
$char = "\x{C8CE}";
echo $char; // Output: 죎
Ruby:
char = "\u{C8CE}"
puts char # Output: 죎
Rust:
let c = '\u{C8CE}';
println!("{}", c); // Output: 죎
Go:
char := '\uC8CE'
fmt.Printf("%c\n", char) // Output: 죎
CSS:
/* CSS content property */
.element::before {
content: "\00C8CE"; /* 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%8E
MD5:
ce0136320833c723daf53f060284ec92
SHA1:
434ebf7f504bc1915c6dbbc6f1a7ba4ccd04a56f
Base64:
7KOO