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