C:
char c = '\u502C';
printf("%c\n", c); // Output: 倬
JavaScript:
const char = '\u502C';
console.log(char); // Output: 倬
Java:
char c = '\u502C';
System.out.println(c); // Output: 倬
JSON:
{"text": "\u502C"} // Value: 倬
Python:
char = '\u502C'
print(char) # Output: 倬
Perl:
my $char = "\x{502C}";
print $char; # Output: 倬
PHP:
$char = "\x{502C}";
echo $char; // Output: 倬
Ruby:
char = "\u{502C}"
puts char # Output: 倬
Rust:
let c = '\u{502C}';
println!("{}", c); // Output: 倬
Go:
char := '\u502C'
fmt.Printf("%c\n", char) // Output: 倬
CSS:
/* CSS content property */
.element::before {
content: "\00502C"; /* 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=%E5%80%AC
MD5:
e598cdb23a3d33f5dc57462de122fb21
SHA1:
462a5e7caea06d98b0198cb6bdf1dcb6bb75913c
Base64:
5YCs