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