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