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