Unicode Finder

"愵" U+6135(CJK UNIFIED IDEOGRAPH-6135)

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

Programming

C
\u6135
JavaScript
\u6135
Java
\u6135
Json
\u6135
Python
\u6135
Perl
\x{6135}
PHP
\x{6135}
Ruby
\u{6135}
Rust
\u{6135}
Go
\u6135

Web

CSS
\006135
HtmlDecimal
愵
HtmlHexadecimal
愵
Url
%E6%84%B5

Code

MD5
32a1d5260ec754f05535454b85a88182
Sha1
395814b4936597ed59076201550f7d24287a37ae
Base64
5oS1

使用例

Programming Languages

C:

char c = '\u6135';
printf("%c\n", c);  // Output: 愵

JavaScript:

const char = '\u6135';
console.log(char);  // Output: 愵

Java:

char c = '\u6135';
System.out.println(c);  // Output: 愵

JSON:

{"text": "\u6135"}  // Value: 愵

Python:

char = '\u6135'
print(char)  # Output: 愵

Perl:

my $char = "\x{6135}";
print $char;  # Output: 愵

PHP:

$char = "\x{6135}";
echo $char;  // Output: 愵

Ruby:

char = "\u{6135}"
puts char  # Output: 愵

Rust:

let c = '\u{6135}';
println!("{}", c);  // Output: 愵

Go:

char := '\u6135'
fmt.Printf("%c\n", char)  // Output: 愵

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006135";  /* Display: 愵 */
}

HTML Decimal:

<p>HTML decimal: &#24885;</p>  <!-- Display: 愵 -->

HTML Hexadecimal:

<p>HTML hex: &#x6135;</p>  <!-- Display: 愵 -->

URL Encoding:

// 愵 URL encoding
https://unicodefinder.com/search.php?query=%E6%84%B5

Encodings

MD5:

32a1d5260ec754f05535454b85a88182

SHA1:

395814b4936597ed59076201550f7d24287a37ae

Base64:

5oS1