C:
char c = '\uC83C';
printf("%c\n", c); // Output: 젼
JavaScript:
const char = '\uC83C';
console.log(char); // Output: 젼
Java:
char c = '\uC83C';
System.out.println(c); // Output: 젼
JSON:
{"text": "\uC83C"} // Value: 젼
Python:
char = '\uC83C'
print(char) # Output: 젼
Perl:
my $char = "\x{C83C}";
print $char; # Output: 젼
PHP:
$char = "\x{C83C}";
echo $char; // Output: 젼
Ruby:
char = "\u{C83C}"
puts char # Output: 젼
Rust:
let c = '\u{C83C}';
println!("{}", c); // Output: 젼
Go:
char := '\uC83C'
fmt.Printf("%c\n", char) // Output: 젼
CSS:
/* CSS content property */
.element::before {
content: "\00C83C"; /* 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%A0%BC
MD5:
59e89f41a4c5178f18aa8a457d8ae025
SHA1:
e42ee96bd4744eec28cf219781d448b27fcf64bb
Base64:
7KC8