C:
char c = '\u5235';
printf("%c\n", c); // Output: 刵
JavaScript:
const char = '\u5235';
console.log(char); // Output: 刵
Java:
char c = '\u5235';
System.out.println(c); // Output: 刵
JSON:
{"text": "\u5235"} // Value: 刵
Python:
char = '\u5235'
print(char) # Output: 刵
Perl:
my $char = "\x{5235}";
print $char; # Output: 刵
PHP:
$char = "\x{5235}";
echo $char; // Output: 刵
Ruby:
char = "\u{5235}"
puts char # Output: 刵
Rust:
let c = '\u{5235}';
println!("{}", c); // Output: 刵
Go:
char := '\u5235'
fmt.Printf("%c\n", char) // Output: 刵
CSS:
/* CSS content property */
.element::before {
content: "\005235"; /* 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%88%B5
MD5:
582f30a59960a658dff42d81c205dbe4
SHA1:
3565969b9fa0e596ea20216c9b1347f8fd91fba1
Base64:
5Yi1