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