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