Unicode Finder

"ߏ" U+07CF(NKO LETTER OO)

ߏ
U+07CF
Название Блока
NKo
Название
NKO LETTER OO

Programming

C
\u07CF
JavaScript
\u07CF
Java
\u07CF
Json
\u07CF
Python
\u07CF
Perl
\x{07CF}
PHP
\x{07CF}
Ruby
\u{07CF}
Rust
\u{7CF}
Go
\u07CF

Web

CSS
\0007CF
HtmlDecimal
ߏ
HtmlHexadecimal
ߏ
Url
%DF%8F

Code

MD5
5189ca1929f59bc16ddf4f05c13b1110
Sha1
9ffc9db7a92f86142573ae604fe98c61b3a92baa
Base64
348=

Примеры Использования

Programming Languages

C:

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

JavaScript:

const char = '\u07CF';
console.log(char);  // Output: ߏ

Java:

char c = '\u07CF';
System.out.println(c);  // Output: ߏ

JSON:

{"text": "\u07CF"}  // Value: ߏ

Python:

char = '\u07CF'
print(char)  # Output: ߏ

Perl:

my $char = "\x{07CF}";
print $char;  # Output: ߏ

PHP:

$char = "\x{07CF}";
echo $char;  // Output: ߏ

Ruby:

char = "\u{07CF}"
puts char  # Output: ߏ

Rust:

let c = '\u{7CF}';
println!("{}", c);  // Output: ߏ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0007CF";  /* Display: ߏ */
}

HTML Decimal:

<p>HTML decimal: &#1999;</p>  <!-- Display: ߏ -->

HTML Hexadecimal:

<p>HTML hex: &#x07CF;</p>  <!-- Display: ߏ -->

URL Encoding:

// ߏ URL encoding
https://unicodefinder.com/search.php?query=%DF%8F

Encodings

MD5:

5189ca1929f59bc16ddf4f05c13b1110

SHA1:

9ffc9db7a92f86142573ae604fe98c61b3a92baa

Base64:

348=