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