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