C:
char c = '\uC8FB';
printf("%c\n", c); // Output: 죻
JavaScript:
const char = '\uC8FB';
console.log(char); // Output: 죻
Java:
char c = '\uC8FB';
System.out.println(c); // Output: 죻
JSON:
{"text": "\uC8FB"} // Value: 죻
Python:
char = '\uC8FB'
print(char) # Output: 죻
Perl:
my $char = "\x{C8FB}";
print $char; # Output: 죻
PHP:
$char = "\x{C8FB}";
echo $char; // Output: 죻
Ruby:
char = "\u{C8FB}"
puts char # Output: 죻
Rust:
let c = '\u{C8FB}';
println!("{}", c); // Output: 죻
Go:
char := '\uC8FB'
fmt.Printf("%c\n", char) // Output: 죻
CSS:
/* CSS content property */
.element::before {
content: "\00C8FB"; /* 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%BB
MD5:
aa9a756c90809ead63e33753d68dde34
SHA1:
27d5203e2fc78777d082f47180399956e1152dd7
Base64:
7KO7