Unicode Finder

"膷" U+81B7(CJK UNIFIED IDEOGRAPH-81B7)

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

Programming

C
\u81B7
JavaScript
\u81B7
Java
\u81B7
Json
\u81B7
Python
\u81B7
Perl
\x{81B7}
PHP
\x{81B7}
Ruby
\u{81B7}
Rust
\u{81B7}
Go
\u81B7

Web

CSS
\0081B7
HtmlDecimal
膷
HtmlHexadecimal
膷
Url
%E8%86%B7

Code

MD5
48f4a015b80f9b544d3f9203e84b6f9b
Sha1
55af332c436433f42a1c9fb11fc34d359e624dae
Base64
6Ia3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u81B7';
console.log(char);  // Output: 膷

Java:

char c = '\u81B7';
System.out.println(c);  // Output: 膷

JSON:

{"text": "\u81B7"}  // Value: 膷

Python:

char = '\u81B7'
print(char)  # Output: 膷

Perl:

my $char = "\x{81B7}";
print $char;  # Output: 膷

PHP:

$char = "\x{81B7}";
echo $char;  // Output: 膷

Ruby:

char = "\u{81B7}"
puts char  # Output: 膷

Rust:

let c = '\u{81B7}';
println!("{}", c);  // Output: 膷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0081B7";  /* Display: 膷 */
}

HTML Decimal:

<p>HTML decimal: &#33207;</p>  <!-- Display: 膷 -->

HTML Hexadecimal:

<p>HTML hex: &#x81B7;</p>  <!-- Display: 膷 -->

URL Encoding:

// 膷 URL encoding
https://unicodefinder.com/search.php?query=%E8%86%B7

Encodings

MD5:

48f4a015b80f9b544d3f9203e84b6f9b

SHA1:

55af332c436433f42a1c9fb11fc34d359e624dae

Base64:

6Ia3