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