C:
char c = '\uC8B8';
printf("%c\n", c); // Output: 좸
JavaScript:
const char = '\uC8B8';
console.log(char); // Output: 좸
Java:
char c = '\uC8B8';
System.out.println(c); // Output: 좸
JSON:
{"text": "\uC8B8"} // Value: 좸
Python:
char = '\uC8B8'
print(char) # Output: 좸
Perl:
my $char = "\x{C8B8}";
print $char; # Output: 좸
PHP:
$char = "\x{C8B8}";
echo $char; // Output: 좸
Ruby:
char = "\u{C8B8}"
puts char # Output: 좸
Rust:
let c = '\u{C8B8}';
println!("{}", c); // Output: 좸
Go:
char := '\uC8B8'
fmt.Printf("%c\n", char) // Output: 좸
CSS:
/* CSS content property */
.element::before {
content: "\00C8B8"; /* 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%A2%B8
MD5:
300e513d063efa39e75284dca968118d
SHA1:
37ddcc46e30e31ceccb3d2f95b2f255210dbccd9
Base64:
7KK4