Unicode Finder

"刵" U+5235(CJK UNIFIED IDEOGRAPH-5235)

U+5235
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-5235

Programming

C
\u5235
JavaScript
\u5235
Java
\u5235
Json
\u5235
Python
\u5235
Perl
\x{5235}
PHP
\x{5235}
Ruby
\u{5235}
Rust
\u{5235}
Go
\u5235

Web

CSS
\005235
HtmlDecimal
刵
HtmlHexadecimal
刵
Url
%E5%88%B5

Code

MD5
582f30a59960a658dff42d81c205dbe4
Sha1
3565969b9fa0e596ea20216c9b1347f8fd91fba1
Base64
5Yi1

使用例

Programming Languages

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: 刵

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005235";  /* Display: 刵 */
}

HTML Decimal:

<p>HTML decimal: &#21045;</p>  <!-- Display: 刵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5235;</p>  <!-- Display: 刵 -->

URL Encoding:

// 刵 URL encoding
https://unicodefinder.com/search.php?query=%E5%88%B5

Encodings

MD5:

582f30a59960a658dff42d81c205dbe4

SHA1:

3565969b9fa0e596ea20216c9b1347f8fd91fba1

Base64:

5Yi1