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